What is the RGB code for darkish red?
The CSS color darkish red in RGB format is rgb(169, 3, 8). Use this value directly in CSS, SVG, and most design tools.
How do I use darkish red in CSS?
To apply darkish red in CSS:
- Text color: color: rgb(169, 3, 8);
- Background: background-color: rgb(169, 3, 8);
- Border: border-color: rgb(169, 3, 8);
What are all the color format values for darkish red?
| Format | Value |
|---|---|
| HEX | #a90308 |
| RGB | rgb(169, 3, 8) |
| HSL | hsl(358.2, 96.5%, 33.7%) |
| CMYK | cmyk(0%, 98.2%, 95.3%, 33.7%) |
How do I convert darkish red to RGB?
Select darkish red from the color name list in our color converter. The RGB value — rgb(169, 3, 8) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkish red belong to?
darkish red belongs to the red color family. It is a medium, vivid color with HSL values: hue 358.2°, saturation 96.5%, lightness 33.7%.
How do I create lighter and darker shades of darkish red?
Lighter variant (lightness 48.7%): #f4040c. Darker variant (lightness 18.700000000000003%): #5e0204. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.