Shades of Fire Engine Red #D20920
Tints of Fire Engine Red #D20920
RGB
CMYK
RGB Variations
Color information
#D20920 (or 0xD20920) is known color: Fire Engine Red. HEX triplet: D2, 09 and 20. RGB value is (210,9,32). Sum of RGB (Red+Green+Blue) = 210+9+32=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D20920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20920 is #2DF6DF. Grayscale: #474747. Windows color (decimal): -3012320 or 2099666. OLE color: 2099666.
HSL color Cylindrical-coordinate representation of color #D20920: hue angle of 353.13º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20920 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.18 |
| HSL | 353.13º | 0.92% | 0.43% | - |
| HSV(B) | 353.13º | 0.96% | 0.82% | - |
| XYZ | 26.94 | 14 | 2.65 | - |
| YUV | 71.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 32 | 0 | 0.96 | 0.85 | 0.18 | 353.13 | 0.92 | 0.43 |
| Hex | D2 | 9 | 20 | 0 | 60 | 55 | 12 | 161 | 5C | 2B |
| Octal | 322 | 11 | 40 | 0 | 140 | 125 | 22 | 541 | 134 | 53 |
| Binary | 11010010 | 1001 | 100000 | 0 | 1100000 | 1010101 | 10010 | 101100001 | 1011100 | 101011 |
Color Harmonies of #D20920
Complementary color
Monochromatic Colors of #D20920
Black with #D20920
Text Example
Text Example
White with #D20920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20920; }
p { color: rgb(210,9,32); }
H1.HeaderClassName
{
color: #D20920;
}
.AnyTagClassName
{
color: #D20920;
}
</style>
background-color css
<style>
a { background-color: #D20920; }
a { background-color: rgb(210,9,32); }
div.DivClassName
{
background-color: #D20920;
}
.BgClassName
{
background-color: #D20920;
}
</style>
border-color css
<style>
span { border-color: #D20920; }
span { border-color: rgb(210,9,32); }
td.TdClassName
{
border-color: #D20920;
}
.TagClassName
{
border-color: #D20920;
}
</style>