Shades of Fire Engine Red #D60820
Tints of Fire Engine Red #D60820
RGB
CMYK
RGB Variations
Color information
#D60820 (or 0xD60820) is known color: Fire Engine Red. HEX triplet: D6, 08 and 20. RGB value is (214,8,32). Sum of RGB (Red+Green+Blue) = 214+8+32=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D60820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60820 is #29F7DF. Grayscale: #484848. Windows color (decimal): -2750432 or 2099414. OLE color: 2099414.
HSL color Cylindrical-coordinate representation of color #D60820: hue angle of 353.01º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60820 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.16 |
| HSL | 353.01º | 0.93% | 0.44% | - |
| HSV(B) | 353.01º | 0.96% | 0.84% | - |
| XYZ | 28.08 | 14.57 | 2.7 | - |
| YUV | 72.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 32 | 0 | 0.96 | 0.85 | 0.16 | 353.01 | 0.93 | 0.44 |
| Hex | D6 | 8 | 20 | 0 | 60 | 55 | 10 | 161 | 5D | 2C |
| Octal | 326 | 10 | 40 | 0 | 140 | 125 | 20 | 541 | 135 | 54 |
| Binary | 11010110 | 1000 | 100000 | 0 | 1100000 | 1010101 | 10000 | 101100001 | 1011101 | 101100 |
Color Harmonies of #D60820
Complementary color
Monochromatic Colors of #D60820
Black with #D60820
Text Example
Text Example
White with #D60820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60820; }
p { color: rgb(214,8,32); }
H1.HeaderClassName
{
color: #D60820;
}
.AnyTagClassName
{
color: #D60820;
}
</style>
background-color css
<style>
a { background-color: #D60820; }
a { background-color: rgb(214,8,32); }
div.DivClassName
{
background-color: #D60820;
}
.BgClassName
{
background-color: #D60820;
}
</style>
border-color css
<style>
span { border-color: #D60820; }
span { border-color: rgb(214,8,32); }
td.TdClassName
{
border-color: #D60820;
}
.TagClassName
{
border-color: #D60820;
}
</style>