Shades of Fire Engine Red #D60D1F
Tints of Fire Engine Red #D60D1F
RGB
CMYK
RGB Variations
Color information
#D60D1F (or 0xD60D1F) is known color: Fire Engine Red. HEX triplet: D6, 0D and 1F. RGB value is (214,13,31). Sum of RGB (Red+Green+Blue) = 214+13+31=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D1F is #29F2E0. Grayscale: #4B4B4B. Windows color (decimal): -2749153 or 2035158. OLE color: 2035158.
HSL color Cylindrical-coordinate representation of color #D60D1F: hue angle of 354.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 31 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.16 |
| HSL | 354.63º | 0.89% | 0.45% | - |
| HSV(B) | 354.63º | 0.94% | 0.84% | - |
| XYZ | 28.12 | 14.68 | 2.65 | - |
| YUV | 75.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 31 | 0 | 0.94 | 0.86 | 0.16 | 354.63 | 0.89 | 0.45 |
| Hex | D6 | D | 1F | 0 | 5E | 56 | 10 | 163 | 59 | 2D |
| Octal | 326 | 15 | 37 | 0 | 136 | 126 | 20 | 543 | 131 | 55 |
| Binary | 11010110 | 1101 | 11111 | 0 | 1011110 | 1010110 | 10000 | 101100011 | 1011001 | 101101 |
Color Harmonies of #D60D1F
Complementary color
Monochromatic Colors of #D60D1F
Black with #D60D1F
Text Example
Text Example
White with #D60D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D1F; }
p { color: rgb(214,13,31); }
H1.HeaderClassName
{
color: #D60D1F;
}
.AnyTagClassName
{
color: #D60D1F;
}
</style>
background-color css
<style>
a { background-color: #D60D1F; }
a { background-color: rgb(214,13,31); }
div.DivClassName
{
background-color: #D60D1F;
}
.BgClassName
{
background-color: #D60D1F;
}
</style>
border-color css
<style>
span { border-color: #D60D1F; }
span { border-color: rgb(214,13,31); }
td.TdClassName
{
border-color: #D60D1F;
}
.TagClassName
{
border-color: #D60D1F;
}
</style>