Shades of Fire Engine Red #D60D23
Tints of Fire Engine Red #D60D23
RGB
CMYK
RGB Variations
Color information
#D60D23 (or 0xD60D23) is known color: Fire Engine Red. HEX triplet: D6, 0D and 23. RGB value is (214,13,35). Sum of RGB (Red+Green+Blue) = 214+13+35=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D23 is #29F2DC. Grayscale: #4B4B4B. Windows color (decimal): -2749149 or 2297302. OLE color: 2297302.
HSL color Cylindrical-coordinate representation of color #D60D23: hue angle of 353.43º 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 #D60D23 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 35 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.16 |
| HSL | 353.43º | 0.89% | 0.45% | - |
| HSV(B) | 353.43º | 0.94% | 0.84% | - |
| XYZ | 28.18 | 14.71 | 2.94 | - |
| YUV | 75.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 35 | 0 | 0.94 | 0.84 | 0.16 | 353.43 | 0.89 | 0.45 |
| Hex | D6 | D | 23 | 0 | 5E | 54 | 10 | 161 | 59 | 2D |
| Octal | 326 | 15 | 43 | 0 | 136 | 124 | 20 | 541 | 131 | 55 |
| Binary | 11010110 | 1101 | 100011 | 0 | 1011110 | 1010100 | 10000 | 101100001 | 1011001 | 101101 |
Color Harmonies of #D60D23
Complementary color
Monochromatic Colors of #D60D23
Black with #D60D23
Text Example
Text Example
White with #D60D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D23; }
p { color: rgb(214,13,35); }
H1.HeaderClassName
{
color: #D60D23;
}
.AnyTagClassName
{
color: #D60D23;
}
</style>
background-color css
<style>
a { background-color: #D60D23; }
a { background-color: rgb(214,13,35); }
div.DivClassName
{
background-color: #D60D23;
}
.BgClassName
{
background-color: #D60D23;
}
</style>
border-color css
<style>
span { border-color: #D60D23; }
span { border-color: rgb(214,13,35); }
td.TdClassName
{
border-color: #D60D23;
}
.TagClassName
{
border-color: #D60D23;
}
</style>