Shades of Fire Engine Red #D70920
Tints of Fire Engine Red #D70920
RGB
CMYK
RGB Variations
Color information
#D70920 (or 0xD70920) is known color: Fire Engine Red. HEX triplet: D7, 09 and 20. RGB value is (215,9,32). Sum of RGB (Red+Green+Blue) = 215+9+32=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70920 is #28F6DF. Grayscale: #494949. Windows color (decimal): -2684640 or 2099671. OLE color: 2099671.
HSL color Cylindrical-coordinate representation of color #D70920: hue angle of 353.3º degrees, saturation: 0.92, 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 #D70920 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.16 |
| HSL | 353.3º | 0.92% | 0.44% | - |
| HSV(B) | 353.3º | 0.96% | 0.84% | - |
| XYZ | 28.38 | 14.75 | 2.72 | - |
| YUV | 73.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 32 | 0 | 0.96 | 0.85 | 0.16 | 353.3 | 0.92 | 0.44 |
| Hex | D7 | 9 | 20 | 0 | 60 | 55 | 10 | 161 | 5C | 2C |
| Octal | 327 | 11 | 40 | 0 | 140 | 125 | 20 | 541 | 134 | 54 |
| Binary | 11010111 | 1001 | 100000 | 0 | 1100000 | 1010101 | 10000 | 101100001 | 1011100 | 101100 |
Color Harmonies of #D70920
Complementary color
Monochromatic Colors of #D70920
Black with #D70920
Text Example
Text Example
White with #D70920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70920; }
p { color: rgb(215,9,32); }
H1.HeaderClassName
{
color: #D70920;
}
.AnyTagClassName
{
color: #D70920;
}
</style>
background-color css
<style>
a { background-color: #D70920; }
a { background-color: rgb(215,9,32); }
div.DivClassName
{
background-color: #D70920;
}
.BgClassName
{
background-color: #D70920;
}
</style>
border-color css
<style>
span { border-color: #D70920; }
span { border-color: rgb(215,9,32); }
td.TdClassName
{
border-color: #D70920;
}
.TagClassName
{
border-color: #D70920;
}
</style>