Shades of Fire Engine Red #D21F29
Tints of Fire Engine Red #D21F29
RGB
CMYK
RGB Variations
Color information
#D21F29 (or 0xD21F29) is known color: Fire Engine Red. HEX triplet: D2, 1F and 29. RGB value is (210,31,41). Sum of RGB (Red+Green+Blue) = 210+31+41=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F29 is #2DE0D6. Grayscale: #555555. Windows color (decimal): -3006679 or 2695122. OLE color: 2695122.
HSL color Cylindrical-coordinate representation of color #D21F29: hue angle of 356.65º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F29 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 41 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.18 |
| HSL | 356.65º | 0.74% | 0.47% | - |
| HSV(B) | 356.65º | 0.85% | 0.82% | - |
| XYZ | 27.47 | 14.84 | 3.51 | - |
| YUV | 85.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 41 | 0 | 0.85 | 0.80 | 0.18 | 356.65 | 0.74 | 0.47 |
| Hex | D2 | 1F | 29 | 0 | 55 | 50 | 12 | 165 | 4A | 2F |
| Octal | 322 | 37 | 51 | 0 | 125 | 120 | 22 | 545 | 112 | 57 |
| Binary | 11010010 | 11111 | 101001 | 0 | 1010101 | 1010000 | 10010 | 101100101 | 1001010 | 101111 |
Color Harmonies of #D21F29
Complementary color
Monochromatic Colors of #D21F29
Black with #D21F29
Text Example
Text Example
White with #D21F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F29; }
p { color: rgb(210,31,41); }
H1.HeaderClassName
{
color: #D21F29;
}
.AnyTagClassName
{
color: #D21F29;
}
</style>
background-color css
<style>
a { background-color: #D21F29; }
a { background-color: rgb(210,31,41); }
div.DivClassName
{
background-color: #D21F29;
}
.BgClassName
{
background-color: #D21F29;
}
</style>
border-color css
<style>
span { border-color: #D21F29; }
span { border-color: rgb(210,31,41); }
td.TdClassName
{
border-color: #D21F29;
}
.TagClassName
{
border-color: #D21F29;
}
</style>