Shades of Fire Engine Red #D21729
Tints of Fire Engine Red #D21729
RGB
CMYK
RGB Variations
Color information
#D21729 (or 0xD21729) is known color: Fire Engine Red. HEX triplet: D2, 17 and 29. RGB value is (210,23,41). Sum of RGB (Red+Green+Blue) = 210+23+41=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D21729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21729 is #2DE8D6. Grayscale: #515151. Windows color (decimal): -3008727 or 2693074. OLE color: 2693074.
HSL color Cylindrical-coordinate representation of color #D21729: hue angle of 354.22º degrees, saturation: 0.8, 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 #D21729 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 41 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.18 |
| HSL | 354.22º | 0.8% | 0.46% | - |
| HSV(B) | 354.22º | 0.89% | 0.82% | - |
| XYZ | 27.28 | 14.47 | 3.45 | - |
| YUV | 80.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 41 | 0 | 0.89 | 0.80 | 0.18 | 354.22 | 0.8 | 0.46 |
| Hex | D2 | 17 | 29 | 0 | 59 | 50 | 12 | 162 | 50 | 2E |
| Octal | 322 | 27 | 51 | 0 | 131 | 120 | 22 | 542 | 120 | 56 |
| Binary | 11010010 | 10111 | 101001 | 0 | 1011001 | 1010000 | 10010 | 101100010 | 1010000 | 101110 |
Color Harmonies of #D21729
Complementary color
Monochromatic Colors of #D21729
Black with #D21729
Text Example
Text Example
White with #D21729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21729; }
p { color: rgb(210,23,41); }
H1.HeaderClassName
{
color: #D21729;
}
.AnyTagClassName
{
color: #D21729;
}
</style>
background-color css
<style>
a { background-color: #D21729; }
a { background-color: rgb(210,23,41); }
div.DivClassName
{
background-color: #D21729;
}
.BgClassName
{
background-color: #D21729;
}
</style>
border-color css
<style>
span { border-color: #D21729; }
span { border-color: rgb(210,23,41); }
td.TdClassName
{
border-color: #D21729;
}
.TagClassName
{
border-color: #D21729;
}
</style>