Shades of Fire Engine Red #D21329
Tints of Fire Engine Red #D21329
RGB
CMYK
RGB Variations
Color information
#D21329 (or 0xD21329) is known color: Fire Engine Red. HEX triplet: D2, 13 and 29. RGB value is (210,19,41). Sum of RGB (Red+Green+Blue) = 210+19+41=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D21329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21329 is #2DECD6. Grayscale: #4E4E4E. Windows color (decimal): -3009751 or 2692050. OLE color: 2692050.
HSL color Cylindrical-coordinate representation of color #D21329: hue angle of 353.09º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21329 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 41 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.18 |
| HSL | 353.09º | 0.83% | 0.45% | - |
| HSV(B) | 353.09º | 0.91% | 0.82% | - |
| XYZ | 27.21 | 14.33 | 3.43 | - |
| YUV | 78.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 41 | 0 | 0.91 | 0.80 | 0.18 | 353.09 | 0.83 | 0.45 |
| Hex | D2 | 13 | 29 | 0 | 5B | 50 | 12 | 161 | 53 | 2D |
| Octal | 322 | 23 | 51 | 0 | 133 | 120 | 22 | 541 | 123 | 55 |
| Binary | 11010010 | 10011 | 101001 | 0 | 1011011 | 1010000 | 10010 | 101100001 | 1010011 | 101101 |
Color Harmonies of #D21329
Complementary color
Monochromatic Colors of #D21329
Black with #D21329
Text Example
Text Example
White with #D21329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21329; }
p { color: rgb(210,19,41); }
H1.HeaderClassName
{
color: #D21329;
}
.AnyTagClassName
{
color: #D21329;
}
</style>
background-color css
<style>
a { background-color: #D21329; }
a { background-color: rgb(210,19,41); }
div.DivClassName
{
background-color: #D21329;
}
.BgClassName
{
background-color: #D21329;
}
</style>
border-color css
<style>
span { border-color: #D21329; }
span { border-color: rgb(210,19,41); }
td.TdClassName
{
border-color: #D21329;
}
.TagClassName
{
border-color: #D21329;
}
</style>