Shades of Fire Engine Red #D21A24
Tints of Fire Engine Red #D21A24
RGB
CMYK
RGB Variations
Color information
#D21A24 (or 0xD21A24) is known color: Fire Engine Red. HEX triplet: D2, 1A and 24. RGB value is (210,26,36). Sum of RGB (Red+Green+Blue) = 210+26+36=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A24 is #2DE5DB. Grayscale: #525252. Windows color (decimal): -3007964 or 2366162. OLE color: 2366162.
HSL color Cylindrical-coordinate representation of color #D21A24: hue angle of 356.74º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A24 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 36 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.18 |
| HSL | 356.74º | 0.78% | 0.46% | - |
| HSV(B) | 356.74º | 0.88% | 0.82% | - |
| XYZ | 27.27 | 14.57 | 3.04 | - |
| YUV | 82.16 | 101.96 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 36 | 0 | 0.88 | 0.83 | 0.18 | 356.74 | 0.78 | 0.46 |
| Hex | D2 | 1A | 24 | 0 | 58 | 53 | 12 | 165 | 4E | 2E |
| Octal | 322 | 32 | 44 | 0 | 130 | 123 | 22 | 545 | 116 | 56 |
| Binary | 11010010 | 11010 | 100100 | 0 | 1011000 | 1010011 | 10010 | 101100101 | 1001110 | 101110 |
Color Harmonies of #D21A24
Complementary color
Monochromatic Colors of #D21A24
Black with #D21A24
Text Example
Text Example
White with #D21A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A24; }
p { color: rgb(210,26,36); }
H1.HeaderClassName
{
color: #D21A24;
}
.AnyTagClassName
{
color: #D21A24;
}
</style>
background-color css
<style>
a { background-color: #D21A24; }
a { background-color: rgb(210,26,36); }
div.DivClassName
{
background-color: #D21A24;
}
.BgClassName
{
background-color: #D21A24;
}
</style>
border-color css
<style>
span { border-color: #D21A24; }
span { border-color: rgb(210,26,36); }
td.TdClassName
{
border-color: #D21A24;
}
.TagClassName
{
border-color: #D21A24;
}
</style>