Shades of Fire Engine Red #D90325
Tints of Fire Engine Red #D90325
RGB
CMYK
RGB Variations
Color information
#D90325 (or 0xD90325) is known color: Fire Engine Red. HEX triplet: D9, 03 and 25. RGB value is (217,3,37). Sum of RGB (Red+Green+Blue) = 217+3+37=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D90325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90325 is #26FCDA. Grayscale: #464646. Windows color (decimal): -2555099 or 2425817. OLE color: 2425817.
HSL color Cylindrical-coordinate representation of color #D90325: hue angle of 350.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90325 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 37 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.15 |
| HSL | 350.47º | 0.97% | 0.43% | - |
| HSV(B) | 350.47º | 0.99% | 0.85% | - |
| XYZ | 28.98 | 14.95 | 3.11 | - |
| YUV | 70.86 | 108.9 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 37 | 0 | 0.99 | 0.83 | 0.15 | 350.47 | 0.97 | 0.43 |
| Hex | D9 | 3 | 25 | 0 | 63 | 53 | F | 15E | 61 | 2B |
| Octal | 331 | 3 | 45 | 0 | 143 | 123 | 17 | 536 | 141 | 53 |
| Binary | 11011001 | 11 | 100101 | 0 | 1100011 | 1010011 | 1111 | 101011110 | 1100001 | 101011 |
Color Harmonies of #D90325
Complementary color
Monochromatic Colors of #D90325
Black with #D90325
Text Example
Text Example
White with #D90325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90325; }
p { color: rgb(217,3,37); }
H1.HeaderClassName
{
color: #D90325;
}
.AnyTagClassName
{
color: #D90325;
}
</style>
background-color css
<style>
a { background-color: #D90325; }
a { background-color: rgb(217,3,37); }
div.DivClassName
{
background-color: #D90325;
}
.BgClassName
{
background-color: #D90325;
}
</style>
border-color css
<style>
span { border-color: #D90325; }
span { border-color: rgb(217,3,37); }
td.TdClassName
{
border-color: #D90325;
}
.TagClassName
{
border-color: #D90325;
}
</style>