Shades of Fire Engine Red #D10D28
Tints of Fire Engine Red #D10D28
RGB
CMYK
RGB Variations
Color information
#D10D28 (or 0xD10D28) is known color: Fire Engine Red. HEX triplet: D1, 0D and 28. RGB value is (209,13,40). Sum of RGB (Red+Green+Blue) = 209+13+40=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D28 is #2EF2D7. Grayscale: #4A4A4A. Windows color (decimal): -3076824 or 2624977. OLE color: 2624977.
HSL color Cylindrical-coordinate representation of color #D10D28: hue angle of 351.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D28 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 40 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.18 |
| HSL | 351.73º | 0.88% | 0.44% | - |
| HSV(B) | 351.73º | 0.94% | 0.82% | - |
| XYZ | 26.82 | 14 | 3.3 | - |
| YUV | 74.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 40 | 0 | 0.94 | 0.81 | 0.18 | 351.73 | 0.88 | 0.44 |
| Hex | D1 | D | 28 | 0 | 5E | 51 | 12 | 160 | 58 | 2C |
| Octal | 321 | 15 | 50 | 0 | 136 | 121 | 22 | 540 | 130 | 54 |
| Binary | 11010001 | 1101 | 101000 | 0 | 1011110 | 1010001 | 10010 | 101100000 | 1011000 | 101100 |
Color Harmonies of #D10D28
Complementary color
Monochromatic Colors of #D10D28
Black with #D10D28
Text Example
Text Example
White with #D10D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D28; }
p { color: rgb(209,13,40); }
H1.HeaderClassName
{
color: #D10D28;
}
.AnyTagClassName
{
color: #D10D28;
}
</style>
background-color css
<style>
a { background-color: #D10D28; }
a { background-color: rgb(209,13,40); }
div.DivClassName
{
background-color: #D10D28;
}
.BgClassName
{
background-color: #D10D28;
}
</style>
border-color css
<style>
span { border-color: #D10D28; }
span { border-color: rgb(209,13,40); }
td.TdClassName
{
border-color: #D10D28;
}
.TagClassName
{
border-color: #D10D28;
}
</style>