Shades of Fire Engine Red #D80C20
Tints of Fire Engine Red #D80C20
RGB
CMYK
RGB Variations
Color information
#D80C20 (or 0xD80C20) is known color: Fire Engine Red. HEX triplet: D8, 0C and 20. RGB value is (216,12,32). Sum of RGB (Red+Green+Blue) = 216+12+32=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C20 is #27F3DF. Grayscale: #4B4B4B. Windows color (decimal): -2618336 or 2100440. OLE color: 2100440.
HSL color Cylindrical-coordinate representation of color #D80C20: hue angle of 354.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C20 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 32 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.15 |
| HSL | 354.12º | 0.89% | 0.45% | - |
| HSV(B) | 354.12º | 0.94% | 0.85% | - |
| XYZ | 28.71 | 14.97 | 2.74 | - |
| YUV | 75.28 | 103.59 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 32 | 0 | 0.94 | 0.85 | 0.15 | 354.12 | 0.89 | 0.45 |
| Hex | D8 | C | 20 | 0 | 5E | 55 | F | 162 | 59 | 2D |
| Octal | 330 | 14 | 40 | 0 | 136 | 125 | 17 | 542 | 131 | 55 |
| Binary | 11011000 | 1100 | 100000 | 0 | 1011110 | 1010101 | 1111 | 101100010 | 1011001 | 101101 |
Color Harmonies of #D80C20
Complementary color
Monochromatic Colors of #D80C20
Black with #D80C20
Text Example
Text Example
White with #D80C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C20; }
p { color: rgb(216,12,32); }
H1.HeaderClassName
{
color: #D80C20;
}
.AnyTagClassName
{
color: #D80C20;
}
</style>
background-color css
<style>
a { background-color: #D80C20; }
a { background-color: rgb(216,12,32); }
div.DivClassName
{
background-color: #D80C20;
}
.BgClassName
{
background-color: #D80C20;
}
</style>
border-color css
<style>
span { border-color: #D80C20; }
span { border-color: rgb(216,12,32); }
td.TdClassName
{
border-color: #D80C20;
}
.TagClassName
{
border-color: #D80C20;
}
</style>