Shades of Fire Engine Red #D21819
Tints of Fire Engine Red #D21819
RGB
CMYK
RGB Variations
Color information
#D21819 (or 0xD21819) is known color: Fire Engine Red. HEX triplet: D2, 18 and 19. RGB value is (210,24,25). Sum of RGB (Red+Green+Blue) = 210+24+25=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D21819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21819 is #2DE7E6. Grayscale: #4F4F4F. Windows color (decimal): -3008487 or 1644754. OLE color: 1644754.
HSL color Cylindrical-coordinate representation of color #D21819: hue angle of 359.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21819 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.18 |
| HSL | 359.68º | 0.79% | 0.46% | - |
| HSV(B) | 359.68º | 0.89% | 0.82% | - |
| XYZ | 27.08 | 14.43 | 2.28 | - |
| YUV | 79.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 25 | 0 | 0.89 | 0.88 | 0.18 | 359.68 | 0.79 | 0.46 |
| Hex | D2 | 18 | 19 | 0 | 59 | 58 | 12 | 168 | 4F | 2E |
| Octal | 322 | 30 | 31 | 0 | 131 | 130 | 22 | 550 | 117 | 56 |
| Binary | 11010010 | 11000 | 11001 | 0 | 1011001 | 1011000 | 10010 | 101101000 | 1001111 | 101110 |
Color Harmonies of #D21819
Complementary color
Monochromatic Colors of #D21819
Black with #D21819
Text Example
Text Example
White with #D21819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21819; }
p { color: rgb(210,24,25); }
H1.HeaderClassName
{
color: #D21819;
}
.AnyTagClassName
{
color: #D21819;
}
</style>
background-color css
<style>
a { background-color: #D21819; }
a { background-color: rgb(210,24,25); }
div.DivClassName
{
background-color: #D21819;
}
.BgClassName
{
background-color: #D21819;
}
</style>
border-color css
<style>
span { border-color: #D21819; }
span { border-color: rgb(210,24,25); }
td.TdClassName
{
border-color: #D21819;
}
.TagClassName
{
border-color: #D21819;
}
</style>