Shades of Fire Engine Red #D80723
Tints of Fire Engine Red #D80723
RGB
CMYK
RGB Variations
Color information
#D80723 (or 0xD80723) is known color: Fire Engine Red. HEX triplet: D8, 07 and 23. RGB value is (216,7,35). Sum of RGB (Red+Green+Blue) = 216+7+35=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D80723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80723 is #27F8DC. Grayscale: #484848. Windows color (decimal): -2619613 or 2295768. OLE color: 2295768.
HSL color Cylindrical-coordinate representation of color #D80723: hue angle of 351.96º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80723 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 35 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.15 |
| HSL | 351.96º | 0.94% | 0.44% | - |
| HSV(B) | 351.96º | 0.97% | 0.85% | - |
| XYZ | 28.7 | 14.87 | 2.95 | - |
| YUV | 72.68 | 106.74 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 35 | 0 | 0.97 | 0.84 | 0.15 | 351.96 | 0.94 | 0.44 |
| Hex | D8 | 7 | 23 | 0 | 61 | 54 | F | 160 | 5E | 2C |
| Octal | 330 | 7 | 43 | 0 | 141 | 124 | 17 | 540 | 136 | 54 |
| Binary | 11011000 | 111 | 100011 | 0 | 1100001 | 1010100 | 1111 | 101100000 | 1011110 | 101100 |
Color Harmonies of #D80723
Complementary color
Monochromatic Colors of #D80723
Black with #D80723
Text Example
Text Example
White with #D80723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80723; }
p { color: rgb(216,7,35); }
H1.HeaderClassName
{
color: #D80723;
}
.AnyTagClassName
{
color: #D80723;
}
</style>
background-color css
<style>
a { background-color: #D80723; }
a { background-color: rgb(216,7,35); }
div.DivClassName
{
background-color: #D80723;
}
.BgClassName
{
background-color: #D80723;
}
</style>
border-color css
<style>
span { border-color: #D80723; }
span { border-color: rgb(216,7,35); }
td.TdClassName
{
border-color: #D80723;
}
.TagClassName
{
border-color: #D80723;
}
</style>