Shades of Fire Engine Red #D90C2A
Tints of Fire Engine Red #D90C2A
RGB
CMYK
RGB Variations
Color information
#D90C2A (or 0xD90C2A) is known color: Fire Engine Red. HEX triplet: D9, 0C and 2A. RGB value is (217,12,42). Sum of RGB (Red+Green+Blue) = 217+12+42=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C2A is #26F3D5. Grayscale: #4C4C4C. Windows color (decimal): -2552790 or 2755801. OLE color: 2755801.
HSL color Cylindrical-coordinate representation of color #D90C2A: hue angle of 351.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C2A is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 42 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.15 |
| HSL | 351.22º | 0.9% | 0.45% | - |
| HSV(B) | 351.22º | 0.94% | 0.85% | - |
| XYZ | 29.16 | 15.18 | 3.58 | - |
| YUV | 76.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 42 | 0 | 0.94 | 0.81 | 0.15 | 351.22 | 0.9 | 0.45 |
| Hex | D9 | C | 2A | 0 | 5E | 51 | F | 15F | 5A | 2D |
| Octal | 331 | 14 | 52 | 0 | 136 | 121 | 17 | 537 | 132 | 55 |
| Binary | 11011001 | 1100 | 101010 | 0 | 1011110 | 1010001 | 1111 | 101011111 | 1011010 | 101101 |
Color Harmonies of #D90C2A
Complementary color
Monochromatic Colors of #D90C2A
Black with #D90C2A
Text Example
Text Example
White with #D90C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C2A; }
p { color: rgb(217,12,42); }
H1.HeaderClassName
{
color: #D90C2A;
}
.AnyTagClassName
{
color: #D90C2A;
}
</style>
background-color css
<style>
a { background-color: #D90C2A; }
a { background-color: rgb(217,12,42); }
div.DivClassName
{
background-color: #D90C2A;
}
.BgClassName
{
background-color: #D90C2A;
}
</style>
border-color css
<style>
span { border-color: #D90C2A; }
span { border-color: rgb(217,12,42); }
td.TdClassName
{
border-color: #D90C2A;
}
.TagClassName
{
border-color: #D90C2A;
}
</style>