Shades of Fire Engine Red #D90525
Tints of Fire Engine Red #D90525
RGB
CMYK
RGB Variations
Color information
#D90525 (or 0xD90525) is known color: Fire Engine Red. HEX triplet: D9, 05 and 25. RGB value is (217,5,37). Sum of RGB (Red+Green+Blue) = 217+5+37=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D90525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90525 is #26FADA. Grayscale: #484848. Windows color (decimal): -2554587 or 2426329. OLE color: 2426329.
HSL color Cylindrical-coordinate representation of color #D90525: hue angle of 350.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90525 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.15 |
| HSL | 350.94º | 0.95% | 0.44% | - |
| HSV(B) | 350.94º | 0.98% | 0.85% | - |
| XYZ | 29 | 14.99 | 3.12 | - |
| YUV | 72.04 | 108.24 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 37 | 0 | 0.98 | 0.83 | 0.15 | 350.94 | 0.95 | 0.44 |
| Hex | D9 | 5 | 25 | 0 | 62 | 53 | F | 15F | 5F | 2C |
| Octal | 331 | 5 | 45 | 0 | 142 | 123 | 17 | 537 | 137 | 54 |
| Binary | 11011001 | 101 | 100101 | 0 | 1100010 | 1010011 | 1111 | 101011111 | 1011111 | 101100 |
Color Harmonies of #D90525
Complementary color
Monochromatic Colors of #D90525
Black with #D90525
Text Example
Text Example
White with #D90525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90525; }
p { color: rgb(217,5,37); }
H1.HeaderClassName
{
color: #D90525;
}
.AnyTagClassName
{
color: #D90525;
}
</style>
background-color css
<style>
a { background-color: #D90525; }
a { background-color: rgb(217,5,37); }
div.DivClassName
{
background-color: #D90525;
}
.BgClassName
{
background-color: #D90525;
}
</style>
border-color css
<style>
span { border-color: #D90525; }
span { border-color: rgb(217,5,37); }
td.TdClassName
{
border-color: #D90525;
}
.TagClassName
{
border-color: #D90525;
}
</style>