Shades of Fire Engine Red #D90725
Tints of Fire Engine Red #D90725
RGB
CMYK
RGB Variations
Color information
#D90725 (or 0xD90725) is known color: Fire Engine Red. HEX triplet: D9, 07 and 25. RGB value is (217,7,37). Sum of RGB (Red+Green+Blue) = 217+7+37=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D90725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90725 is #26F8DA. Grayscale: #494949. Windows color (decimal): -2554075 or 2426841. OLE color: 2426841.
HSL color Cylindrical-coordinate representation of color #D90725: hue angle of 351.43º 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 #D90725 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.15 |
| HSL | 351.43º | 0.94% | 0.44% | - |
| HSV(B) | 351.43º | 0.97% | 0.85% | - |
| XYZ | 29.03 | 15.04 | 3.12 | - |
| YUV | 73.21 | 107.57 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 37 | 0 | 0.97 | 0.83 | 0.15 | 351.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | 25 | 0 | 61 | 53 | F | 15F | 5E | 2C |
| Octal | 331 | 7 | 45 | 0 | 141 | 123 | 17 | 537 | 136 | 54 |
| Binary | 11011001 | 111 | 100101 | 0 | 1100001 | 1010011 | 1111 | 101011111 | 1011110 | 101100 |
Color Harmonies of #D90725
Complementary color
Monochromatic Colors of #D90725
Black with #D90725
Text Example
Text Example
White with #D90725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90725; }
p { color: rgb(217,7,37); }
H1.HeaderClassName
{
color: #D90725;
}
.AnyTagClassName
{
color: #D90725;
}
</style>
background-color css
<style>
a { background-color: #D90725; }
a { background-color: rgb(217,7,37); }
div.DivClassName
{
background-color: #D90725;
}
.BgClassName
{
background-color: #D90725;
}
</style>
border-color css
<style>
span { border-color: #D90725; }
span { border-color: rgb(217,7,37); }
td.TdClassName
{
border-color: #D90725;
}
.TagClassName
{
border-color: #D90725;
}
</style>