Shades of Fire Engine Red #D60D26
Tints of Fire Engine Red #D60D26
RGB
CMYK
RGB Variations
Color information
#D60D26 (or 0xD60D26) is known color: Fire Engine Red. HEX triplet: D6, 0D and 26. RGB value is (214,13,38). Sum of RGB (Red+Green+Blue) = 214+13+38=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D26 is #29F2D9. Grayscale: #4C4C4C. Windows color (decimal): -2749146 or 2493910. OLE color: 2493910.
HSL color Cylindrical-coordinate representation of color #D60D26: hue angle of 352.54º 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 #D60D26 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 38 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.16 |
| HSL | 352.54º | 0.89% | 0.45% | - |
| HSV(B) | 352.54º | 0.94% | 0.84% | - |
| XYZ | 28.23 | 14.72 | 3.19 | - |
| YUV | 75.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 38 | 0 | 0.94 | 0.82 | 0.16 | 352.54 | 0.89 | 0.45 |
| Hex | D6 | D | 26 | 0 | 5E | 52 | 10 | 161 | 59 | 2D |
| Octal | 326 | 15 | 46 | 0 | 136 | 122 | 20 | 541 | 131 | 55 |
| Binary | 11010110 | 1101 | 100110 | 0 | 1011110 | 1010010 | 10000 | 101100001 | 1011001 | 101101 |
Color Harmonies of #D60D26
Complementary color
Monochromatic Colors of #D60D26
Black with #D60D26
Text Example
Text Example
White with #D60D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D26; }
p { color: rgb(214,13,38); }
H1.HeaderClassName
{
color: #D60D26;
}
.AnyTagClassName
{
color: #D60D26;
}
</style>
background-color css
<style>
a { background-color: #D60D26; }
a { background-color: rgb(214,13,38); }
div.DivClassName
{
background-color: #D60D26;
}
.BgClassName
{
background-color: #D60D26;
}
</style>
border-color css
<style>
span { border-color: #D60D26; }
span { border-color: rgb(214,13,38); }
td.TdClassName
{
border-color: #D60D26;
}
.TagClassName
{
border-color: #D60D26;
}
</style>