Shades of Fire Engine Red #D21619
Tints of Fire Engine Red #D21619
RGB
CMYK
RGB Variations
Color information
#D21619 (or 0xD21619) is known color: Fire Engine Red. HEX triplet: D2, 16 and 19. RGB value is (210,22,25). Sum of RGB (Red+Green+Blue) = 210+22+25=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D21619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21619 is #2DE9E6. Grayscale: #4E4E4E. Windows color (decimal): -3008999 or 1644242. OLE color: 1644242.
HSL color Cylindrical-coordinate representation of color #D21619: hue angle of 359.04º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21619 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 25 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.18 |
| HSL | 359.04º | 0.81% | 0.45% | - |
| HSV(B) | 359.04º | 0.9% | 0.82% | - |
| XYZ | 27.04 | 14.35 | 2.26 | - |
| YUV | 78.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 25 | 0 | 0.90 | 0.88 | 0.18 | 359.04 | 0.81 | 0.45 |
| Hex | D2 | 16 | 19 | 0 | 5A | 58 | 12 | 167 | 51 | 2D |
| Octal | 322 | 26 | 31 | 0 | 132 | 130 | 22 | 547 | 121 | 55 |
| Binary | 11010010 | 10110 | 11001 | 0 | 1011010 | 1011000 | 10010 | 101100111 | 1010001 | 101101 |
Color Harmonies of #D21619
Complementary color
Monochromatic Colors of #D21619
Black with #D21619
Text Example
Text Example
White with #D21619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21619; }
p { color: rgb(210,22,25); }
H1.HeaderClassName
{
color: #D21619;
}
.AnyTagClassName
{
color: #D21619;
}
</style>
background-color css
<style>
a { background-color: #D21619; }
a { background-color: rgb(210,22,25); }
div.DivClassName
{
background-color: #D21619;
}
.BgClassName
{
background-color: #D21619;
}
</style>
border-color css
<style>
span { border-color: #D21619; }
span { border-color: rgb(210,22,25); }
td.TdClassName
{
border-color: #D21619;
}
.TagClassName
{
border-color: #D21619;
}
</style>