Shades of Fire Engine Red #D10D27
Tints of Fire Engine Red #D10D27
RGB
CMYK
RGB Variations
Color information
#D10D27 (or 0xD10D27) is known color: Fire Engine Red. HEX triplet: D1, 0D and 27. RGB value is (209,13,39). Sum of RGB (Red+Green+Blue) = 209+13+39=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D27 is #2EF2D8. Grayscale: #4A4A4A. Windows color (decimal): -3076825 or 2559441. OLE color: 2559441.
HSL color Cylindrical-coordinate representation of color #D10D27: hue angle of 352.04º 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 #D10D27 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 39 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.18 |
| HSL | 352.04º | 0.88% | 0.44% | - |
| HSV(B) | 352.04º | 0.94% | 0.82% | - |
| XYZ | 26.8 | 13.99 | 3.21 | - |
| YUV | 74.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 39 | 0 | 0.94 | 0.81 | 0.18 | 352.04 | 0.88 | 0.44 |
| Hex | D1 | D | 27 | 0 | 5E | 51 | 12 | 160 | 58 | 2C |
| Octal | 321 | 15 | 47 | 0 | 136 | 121 | 22 | 540 | 130 | 54 |
| Binary | 11010001 | 1101 | 100111 | 0 | 1011110 | 1010001 | 10010 | 101100000 | 1011000 | 101100 |
Color Harmonies of #D10D27
Complementary color
Monochromatic Colors of #D10D27
Black with #D10D27
Text Example
Text Example
White with #D10D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D27; }
p { color: rgb(209,13,39); }
H1.HeaderClassName
{
color: #D10D27;
}
.AnyTagClassName
{
color: #D10D27;
}
</style>
background-color css
<style>
a { background-color: #D10D27; }
a { background-color: rgb(209,13,39); }
div.DivClassName
{
background-color: #D10D27;
}
.BgClassName
{
background-color: #D10D27;
}
</style>
border-color css
<style>
span { border-color: #D10D27; }
span { border-color: rgb(209,13,39); }
td.TdClassName
{
border-color: #D10D27;
}
.TagClassName
{
border-color: #D10D27;
}
</style>