Shades of Fire Engine Red #D10C28
Tints of Fire Engine Red #D10C28
RGB
CMYK
RGB Variations
Color information
#D10C28 (or 0xD10C28) is known color: Fire Engine Red. HEX triplet: D1, 0C and 28. RGB value is (209,12,40). Sum of RGB (Red+Green+Blue) = 209+12+40=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C28 is #2EF3D7. Grayscale: #4A4A4A. Windows color (decimal): -3077080 or 2624721. OLE color: 2624721.
HSL color Cylindrical-coordinate representation of color #D10C28: hue angle of 351.47º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C28 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 40 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.18 |
| HSL | 351.47º | 0.89% | 0.43% | - |
| HSV(B) | 351.47º | 0.94% | 0.82% | - |
| XYZ | 26.81 | 13.97 | 3.29 | - |
| YUV | 74.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 40 | 0 | 0.94 | 0.81 | 0.18 | 351.47 | 0.89 | 0.43 |
| Hex | D1 | C | 28 | 0 | 5E | 51 | 12 | 15F | 59 | 2B |
| Octal | 321 | 14 | 50 | 0 | 136 | 121 | 22 | 537 | 131 | 53 |
| Binary | 11010001 | 1100 | 101000 | 0 | 1011110 | 1010001 | 10010 | 101011111 | 1011001 | 101011 |
Color Harmonies of #D10C28
Complementary color
Monochromatic Colors of #D10C28
Black with #D10C28
Text Example
Text Example
White with #D10C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C28; }
p { color: rgb(209,12,40); }
H1.HeaderClassName
{
color: #D10C28;
}
.AnyTagClassName
{
color: #D10C28;
}
</style>
background-color css
<style>
a { background-color: #D10C28; }
a { background-color: rgb(209,12,40); }
div.DivClassName
{
background-color: #D10C28;
}
.BgClassName
{
background-color: #D10C28;
}
</style>
border-color css
<style>
span { border-color: #D10C28; }
span { border-color: rgb(209,12,40); }
td.TdClassName
{
border-color: #D10C28;
}
.TagClassName
{
border-color: #D10C28;
}
</style>