Shades of Fire Engine Red #D21728
Tints of Fire Engine Red #D21728
RGB
CMYK
RGB Variations
Color information
#D21728 (or 0xD21728) is known color: Fire Engine Red. HEX triplet: D2, 17 and 28. RGB value is (210,23,40). Sum of RGB (Red+Green+Blue) = 210+23+40=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D21728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21728 is #2DE8D7. Grayscale: #505050. Windows color (decimal): -3008728 or 2627538. OLE color: 2627538.
HSL color Cylindrical-coordinate representation of color #D21728: hue angle of 354.55º 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 #D21728 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 40 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.18 |
| HSL | 354.55º | 0.8% | 0.46% | - |
| HSV(B) | 354.55º | 0.89% | 0.82% | - |
| XYZ | 27.27 | 14.47 | 3.36 | - |
| YUV | 80.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 40 | 0 | 0.89 | 0.81 | 0.18 | 354.55 | 0.8 | 0.46 |
| Hex | D2 | 17 | 28 | 0 | 59 | 51 | 12 | 163 | 50 | 2E |
| Octal | 322 | 27 | 50 | 0 | 131 | 121 | 22 | 543 | 120 | 56 |
| Binary | 11010010 | 10111 | 101000 | 0 | 1011001 | 1010001 | 10010 | 101100011 | 1010000 | 101110 |
Color Harmonies of #D21728
Complementary color
Monochromatic Colors of #D21728
Black with #D21728
Text Example
Text Example
White with #D21728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21728; }
p { color: rgb(210,23,40); }
H1.HeaderClassName
{
color: #D21728;
}
.AnyTagClassName
{
color: #D21728;
}
</style>
background-color css
<style>
a { background-color: #D21728; }
a { background-color: rgb(210,23,40); }
div.DivClassName
{
background-color: #D21728;
}
.BgClassName
{
background-color: #D21728;
}
</style>
border-color css
<style>
span { border-color: #D21728; }
span { border-color: rgb(210,23,40); }
td.TdClassName
{
border-color: #D21728;
}
.TagClassName
{
border-color: #D21728;
}
</style>