Shades of Fire Engine Red #D22223
Tints of Fire Engine Red #D22223
RGB
CMYK
RGB Variations
Color information
#D22223 (or 0xD22223) is known color: Fire Engine Red. HEX triplet: D2, 22 and 23. RGB value is (210,34,35). Sum of RGB (Red+Green+Blue) = 210+34+35=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D22223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22223 is #2DDDDC. Grayscale: #565656. Windows color (decimal): -3005917 or 2302674. OLE color: 2302674.
HSL color Cylindrical-coordinate representation of color #D22223: hue angle of 359.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22223 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 35 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.18 |
| HSL | 359.66º | 0.72% | 0.48% | - |
| HSV(B) | 359.66º | 0.84% | 0.82% | - |
| XYZ | 27.45 | 14.97 | 3.03 | - |
| YUV | 86.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 35 | 0 | 0.84 | 0.83 | 0.18 | 359.66 | 0.72 | 0.48 |
| Hex | D2 | 22 | 23 | 0 | 54 | 53 | 12 | 168 | 48 | 30 |
| Octal | 322 | 42 | 43 | 0 | 124 | 123 | 22 | 550 | 110 | 60 |
| Binary | 11010010 | 100010 | 100011 | 0 | 1010100 | 1010011 | 10010 | 101101000 | 1001000 | 110000 |
Color Harmonies of #D22223
Complementary color
Monochromatic Colors of #D22223
Black with #D22223
Text Example
Text Example
White with #D22223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22223; }
p { color: rgb(210,34,35); }
H1.HeaderClassName
{
color: #D22223;
}
.AnyTagClassName
{
color: #D22223;
}
</style>
background-color css
<style>
a { background-color: #D22223; }
a { background-color: rgb(210,34,35); }
div.DivClassName
{
background-color: #D22223;
}
.BgClassName
{
background-color: #D22223;
}
</style>
border-color css
<style>
span { border-color: #D22223; }
span { border-color: rgb(210,34,35); }
td.TdClassName
{
border-color: #D22223;
}
.TagClassName
{
border-color: #D22223;
}
</style>