Shades of Fire Engine Red #D20E26
Tints of Fire Engine Red #D20E26
RGB
CMYK
RGB Variations
Color information
#D20E26 (or 0xD20E26) is known color: Fire Engine Red. HEX triplet: D2, 0E and 26. RGB value is (210,14,38). Sum of RGB (Red+Green+Blue) = 210+14+38=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E26 is #2DF1D9. Grayscale: #4B4B4B. Windows color (decimal): -3011034 or 2494162. OLE color: 2494162.
HSL color Cylindrical-coordinate representation of color #D20E26: hue angle of 352.65º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E26 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 38 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.18 |
| HSL | 352.65º | 0.88% | 0.44% | - |
| HSV(B) | 352.65º | 0.93% | 0.82% | - |
| XYZ | 27.09 | 14.16 | 3.14 | - |
| YUV | 75.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 38 | 0 | 0.93 | 0.82 | 0.18 | 352.65 | 0.88 | 0.44 |
| Hex | D2 | E | 26 | 0 | 5D | 52 | 12 | 161 | 58 | 2C |
| Octal | 322 | 16 | 46 | 0 | 135 | 122 | 22 | 541 | 130 | 54 |
| Binary | 11010010 | 1110 | 100110 | 0 | 1011101 | 1010010 | 10010 | 101100001 | 1011000 | 101100 |
Color Harmonies of #D20E26
Complementary color
Monochromatic Colors of #D20E26
Black with #D20E26
Text Example
Text Example
White with #D20E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E26; }
p { color: rgb(210,14,38); }
H1.HeaderClassName
{
color: #D20E26;
}
.AnyTagClassName
{
color: #D20E26;
}
</style>
background-color css
<style>
a { background-color: #D20E26; }
a { background-color: rgb(210,14,38); }
div.DivClassName
{
background-color: #D20E26;
}
.BgClassName
{
background-color: #D20E26;
}
</style>
border-color css
<style>
span { border-color: #D20E26; }
span { border-color: rgb(210,14,38); }
td.TdClassName
{
border-color: #D20E26;
}
.TagClassName
{
border-color: #D20E26;
}
</style>