Shades of Fire Engine Red #D21419
Tints of Fire Engine Red #D21419
RGB
CMYK
RGB Variations
Color information
#D21419 (or 0xD21419) is known color: Fire Engine Red. HEX triplet: D2, 14 and 19. RGB value is (210,20,25). Sum of RGB (Red+Green+Blue) = 210+20+25=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D21419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21419 is #2DEBE6. Grayscale: #4D4D4D. Windows color (decimal): -3009511 or 1643730. OLE color: 1643730.
HSL color Cylindrical-coordinate representation of color #D21419: hue angle of 358.42º degrees, saturation: 0.83, 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 #D21419 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 25 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.18 |
| HSL | 358.42º | 0.83% | 0.45% | - |
| HSV(B) | 358.42º | 0.9% | 0.82% | - |
| XYZ | 27 | 14.27 | 2.25 | - |
| YUV | 77.38 | 98.45 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 25 | 0 | 0.90 | 0.88 | 0.18 | 358.42 | 0.83 | 0.45 |
| Hex | D2 | 14 | 19 | 0 | 5A | 58 | 12 | 166 | 53 | 2D |
| Octal | 322 | 24 | 31 | 0 | 132 | 130 | 22 | 546 | 123 | 55 |
| Binary | 11010010 | 10100 | 11001 | 0 | 1011010 | 1011000 | 10010 | 101100110 | 1010011 | 101101 |
Color Harmonies of #D21419
Complementary color
Monochromatic Colors of #D21419
Black with #D21419
Text Example
Text Example
White with #D21419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21419; }
p { color: rgb(210,20,25); }
H1.HeaderClassName
{
color: #D21419;
}
.AnyTagClassName
{
color: #D21419;
}
</style>
background-color css
<style>
a { background-color: #D21419; }
a { background-color: rgb(210,20,25); }
div.DivClassName
{
background-color: #D21419;
}
.BgClassName
{
background-color: #D21419;
}
</style>
border-color css
<style>
span { border-color: #D21419; }
span { border-color: rgb(210,20,25); }
td.TdClassName
{
border-color: #D21419;
}
.TagClassName
{
border-color: #D21419;
}
</style>