Shades of Fire Engine Red #D20722
Tints of Fire Engine Red #D20722
RGB
CMYK
RGB Variations
Color information
#D20722 (or 0xD20722) is known color: Fire Engine Red. HEX triplet: D2, 07 and 22. RGB value is (210,7,34). Sum of RGB (Red+Green+Blue) = 210+7+34=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D20722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20722 is #2DF8DD. Grayscale: #464646. Windows color (decimal): -3012830 or 2230226. OLE color: 2230226.
HSL color Cylindrical-coordinate representation of color #D20722: hue angle of 352.02º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20722 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.18 |
| HSL | 352.02º | 0.94% | 0.43% | - |
| HSV(B) | 352.02º | 0.97% | 0.82% | - |
| XYZ | 26.94 | 13.97 | 2.79 | - |
| YUV | 70.78 | 107.25 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 34 | 0 | 0.97 | 0.84 | 0.18 | 352.02 | 0.94 | 0.43 |
| Hex | D2 | 7 | 22 | 0 | 61 | 54 | 12 | 160 | 5E | 2B |
| Octal | 322 | 7 | 42 | 0 | 141 | 124 | 22 | 540 | 136 | 53 |
| Binary | 11010010 | 111 | 100010 | 0 | 1100001 | 1010100 | 10010 | 101100000 | 1011110 | 101011 |
Color Harmonies of #D20722
Complementary color
Monochromatic Colors of #D20722
Black with #D20722
Text Example
Text Example
White with #D20722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20722; }
p { color: rgb(210,7,34); }
H1.HeaderClassName
{
color: #D20722;
}
.AnyTagClassName
{
color: #D20722;
}
</style>
background-color css
<style>
a { background-color: #D20722; }
a { background-color: rgb(210,7,34); }
div.DivClassName
{
background-color: #D20722;
}
.BgClassName
{
background-color: #D20722;
}
</style>
border-color css
<style>
span { border-color: #D20722; }
span { border-color: rgb(210,7,34); }
td.TdClassName
{
border-color: #D20722;
}
.TagClassName
{
border-color: #D20722;
}
</style>