Shades of Fire Engine Red #D80725
Tints of Fire Engine Red #D80725
RGB
CMYK
RGB Variations
Color information
#D80725 (or 0xD80725) is known color: Fire Engine Red. HEX triplet: D8, 07 and 25. RGB value is (216,7,37). Sum of RGB (Red+Green+Blue) = 216+7+37=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D80725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80725 is #27F8DA. Grayscale: #494949. Windows color (decimal): -2619611 or 2426840. OLE color: 2426840.
HSL color Cylindrical-coordinate representation of color #D80725: hue angle of 351.39º 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 #D80725 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.15 |
| HSL | 351.39º | 0.94% | 0.44% | - |
| HSV(B) | 351.39º | 0.97% | 0.85% | - |
| XYZ | 28.73 | 14.88 | 3.11 | - |
| YUV | 72.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 37 | 0 | 0.97 | 0.83 | 0.15 | 351.39 | 0.94 | 0.44 |
| Hex | D8 | 7 | 25 | 0 | 61 | 53 | F | 15F | 5E | 2C |
| Octal | 330 | 7 | 45 | 0 | 141 | 123 | 17 | 537 | 136 | 54 |
| Binary | 11011000 | 111 | 100101 | 0 | 1100001 | 1010011 | 1111 | 101011111 | 1011110 | 101100 |
Color Harmonies of #D80725
Complementary color
Monochromatic Colors of #D80725
Black with #D80725
Text Example
Text Example
White with #D80725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80725; }
p { color: rgb(216,7,37); }
H1.HeaderClassName
{
color: #D80725;
}
.AnyTagClassName
{
color: #D80725;
}
</style>
background-color css
<style>
a { background-color: #D80725; }
a { background-color: rgb(216,7,37); }
div.DivClassName
{
background-color: #D80725;
}
.BgClassName
{
background-color: #D80725;
}
</style>
border-color css
<style>
span { border-color: #D80725; }
span { border-color: rgb(216,7,37); }
td.TdClassName
{
border-color: #D80725;
}
.TagClassName
{
border-color: #D80725;
}
</style>