Shades of Fire Engine Red #D90529
Tints of Fire Engine Red #D90529
RGB
CMYK
RGB Variations
Color information
#D90529 (or 0xD90529) is known color: Fire Engine Red. HEX triplet: D9, 05 and 29. RGB value is (217,5,41). Sum of RGB (Red+Green+Blue) = 217+5+41=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D90529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90529 is #26FAD6. Grayscale: #484848. Windows color (decimal): -2554583 or 2688473. OLE color: 2688473.
HSL color Cylindrical-coordinate representation of color #D90529: hue angle of 349.81º 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 #D90529 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.15 |
| HSL | 349.81º | 0.95% | 0.44% | - |
| HSV(B) | 349.81º | 0.98% | 0.85% | - |
| XYZ | 29.07 | 15.02 | 3.46 | - |
| YUV | 72.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 41 | 0 | 0.98 | 0.81 | 0.15 | 349.81 | 0.95 | 0.44 |
| Hex | D9 | 5 | 29 | 0 | 62 | 51 | F | 15E | 5F | 2C |
| Octal | 331 | 5 | 51 | 0 | 142 | 121 | 17 | 536 | 137 | 54 |
| Binary | 11011001 | 101 | 101001 | 0 | 1100010 | 1010001 | 1111 | 101011110 | 1011111 | 101100 |
Color Harmonies of #D90529
Complementary color
Monochromatic Colors of #D90529
Black with #D90529
Text Example
Text Example
White with #D90529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90529; }
p { color: rgb(217,5,41); }
H1.HeaderClassName
{
color: #D90529;
}
.AnyTagClassName
{
color: #D90529;
}
</style>
background-color css
<style>
a { background-color: #D90529; }
a { background-color: rgb(217,5,41); }
div.DivClassName
{
background-color: #D90529;
}
.BgClassName
{
background-color: #D90529;
}
</style>
border-color css
<style>
span { border-color: #D90529; }
span { border-color: rgb(217,5,41); }
td.TdClassName
{
border-color: #D90529;
}
.TagClassName
{
border-color: #D90529;
}
</style>