Shades of Fire Engine Red #D21722
Tints of Fire Engine Red #D21722
RGB
CMYK
RGB Variations
Color information
#D21722 (or 0xD21722) is known color: Fire Engine Red. HEX triplet: D2, 17 and 22. RGB value is (210,23,34). Sum of RGB (Red+Green+Blue) = 210+23+34=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D21722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21722 is #2DE8DD. Grayscale: #505050. Windows color (decimal): -3008734 or 2234322. OLE color: 2234322.
HSL color Cylindrical-coordinate representation of color #D21722: hue angle of 356.47º 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 #D21722 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 34 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.18 |
| HSL | 356.47º | 0.8% | 0.46% | - |
| HSV(B) | 356.47º | 0.89% | 0.82% | - |
| XYZ | 27.17 | 14.43 | 2.87 | - |
| YUV | 80.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 34 | 0 | 0.89 | 0.84 | 0.18 | 356.47 | 0.8 | 0.46 |
| Hex | D2 | 17 | 22 | 0 | 59 | 54 | 12 | 164 | 50 | 2E |
| Octal | 322 | 27 | 42 | 0 | 131 | 124 | 22 | 544 | 120 | 56 |
| Binary | 11010010 | 10111 | 100010 | 0 | 1011001 | 1010100 | 10010 | 101100100 | 1010000 | 101110 |
Color Harmonies of #D21722
Complementary color
Monochromatic Colors of #D21722
Black with #D21722
Text Example
Text Example
White with #D21722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21722; }
p { color: rgb(210,23,34); }
H1.HeaderClassName
{
color: #D21722;
}
.AnyTagClassName
{
color: #D21722;
}
</style>
background-color css
<style>
a { background-color: #D21722; }
a { background-color: rgb(210,23,34); }
div.DivClassName
{
background-color: #D21722;
}
.BgClassName
{
background-color: #D21722;
}
</style>
border-color css
<style>
span { border-color: #D21722; }
span { border-color: rgb(210,23,34); }
td.TdClassName
{
border-color: #D21722;
}
.TagClassName
{
border-color: #D21722;
}
</style>