Shades of Fire Engine Red #D90C1D
Tints of Fire Engine Red #D90C1D
RGB
CMYK
RGB Variations
Color information
#D90C1D (or 0xD90C1D) is known color: Fire Engine Red. HEX triplet: D9, 0C and 1D. RGB value is (217,12,29). Sum of RGB (Red+Green+Blue) = 217+12+29=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C1D is #26F3E2. Grayscale: #4B4B4B. Windows color (decimal): -2552803 or 1903833. OLE color: 1903833.
HSL color Cylindrical-coordinate representation of color #D90C1D: hue angle of 355.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C1D is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 29 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.15 |
| HSL | 355.02º | 0.9% | 0.45% | - |
| HSV(B) | 355.02º | 0.94% | 0.85% | - |
| XYZ | 28.97 | 15.1 | 2.55 | - |
| YUV | 75.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 29 | 0 | 0.94 | 0.87 | 0.15 | 355.02 | 0.9 | 0.45 |
| Hex | D9 | C | 1D | 0 | 5E | 57 | F | 163 | 5A | 2D |
| Octal | 331 | 14 | 35 | 0 | 136 | 127 | 17 | 543 | 132 | 55 |
| Binary | 11011001 | 1100 | 11101 | 0 | 1011110 | 1010111 | 1111 | 101100011 | 1011010 | 101101 |
Color Harmonies of #D90C1D
Complementary color
Monochromatic Colors of #D90C1D
Black with #D90C1D
Text Example
Text Example
White with #D90C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C1D; }
p { color: rgb(217,12,29); }
H1.HeaderClassName
{
color: #D90C1D;
}
.AnyTagClassName
{
color: #D90C1D;
}
</style>
background-color css
<style>
a { background-color: #D90C1D; }
a { background-color: rgb(217,12,29); }
div.DivClassName
{
background-color: #D90C1D;
}
.BgClassName
{
background-color: #D90C1D;
}
</style>
border-color css
<style>
span { border-color: #D90C1D; }
span { border-color: rgb(217,12,29); }
td.TdClassName
{
border-color: #D90C1D;
}
.TagClassName
{
border-color: #D90C1D;
}
</style>