Shades of Fire Engine Red #D10B29
Tints of Fire Engine Red #D10B29
RGB
CMYK
RGB Variations
Color information
#D10B29 (or 0xD10B29) is known color: Fire Engine Red. HEX triplet: D1, 0B and 29. RGB value is (209,11,41). Sum of RGB (Red+Green+Blue) = 209+11+41=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10B29 is #2EF4D6. Grayscale: #494949. Windows color (decimal): -3077335 or 2690001. OLE color: 2690001.
HSL color Cylindrical-coordinate representation of color #D10B29: hue angle of 350.91º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B29 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 41 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.18 |
| HSL | 350.91º | 0.9% | 0.43% | - |
| HSV(B) | 350.91º | 0.95% | 0.82% | - |
| XYZ | 26.81 | 13.95 | 3.38 | - |
| YUV | 73.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 41 | 0 | 0.95 | 0.80 | 0.18 | 350.91 | 0.9 | 0.43 |
| Hex | D1 | B | 29 | 0 | 5F | 50 | 12 | 15F | 5A | 2B |
| Octal | 321 | 13 | 51 | 0 | 137 | 120 | 22 | 537 | 132 | 53 |
| Binary | 11010001 | 1011 | 101001 | 0 | 1011111 | 1010000 | 10010 | 101011111 | 1011010 | 101011 |
Color Harmonies of #D10B29
Complementary color
Monochromatic Colors of #D10B29
Black with #D10B29
Text Example
Text Example
White with #D10B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B29; }
p { color: rgb(209,11,41); }
H1.HeaderClassName
{
color: #D10B29;
}
.AnyTagClassName
{
color: #D10B29;
}
</style>
background-color css
<style>
a { background-color: #D10B29; }
a { background-color: rgb(209,11,41); }
div.DivClassName
{
background-color: #D10B29;
}
.BgClassName
{
background-color: #D10B29;
}
</style>
border-color css
<style>
span { border-color: #D10B29; }
span { border-color: rgb(209,11,41); }
td.TdClassName
{
border-color: #D10B29;
}
.TagClassName
{
border-color: #D10B29;
}
</style>