Shades of Fire Engine Red #D21223
Tints of Fire Engine Red #D21223
RGB
CMYK
RGB Variations
Color information
#D21223 (or 0xD21223) is known color: Fire Engine Red. HEX triplet: D2, 12 and 23. RGB value is (210,18,35). Sum of RGB (Red+Green+Blue) = 210+18+35=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D21223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21223 is #2DEDDC. Grayscale: #4D4D4D. Windows color (decimal): -3010013 or 2298578. OLE color: 2298578.
HSL color Cylindrical-coordinate representation of color #D21223: hue angle of 354.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21223 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.18 |
| HSL | 354.69º | 0.84% | 0.45% | - |
| HSV(B) | 354.69º | 0.91% | 0.82% | - |
| XYZ | 27.1 | 14.26 | 2.91 | - |
| YUV | 77.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 35 | 0 | 0.91 | 0.83 | 0.18 | 354.69 | 0.84 | 0.45 |
| Hex | D2 | 12 | 23 | 0 | 5B | 53 | 12 | 163 | 54 | 2D |
| Octal | 322 | 22 | 43 | 0 | 133 | 123 | 22 | 543 | 124 | 55 |
| Binary | 11010010 | 10010 | 100011 | 0 | 1011011 | 1010011 | 10010 | 101100011 | 1010100 | 101101 |
Color Harmonies of #D21223
Complementary color
Monochromatic Colors of #D21223
Black with #D21223
Text Example
Text Example
White with #D21223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21223; }
p { color: rgb(210,18,35); }
H1.HeaderClassName
{
color: #D21223;
}
.AnyTagClassName
{
color: #D21223;
}
</style>
background-color css
<style>
a { background-color: #D21223; }
a { background-color: rgb(210,18,35); }
div.DivClassName
{
background-color: #D21223;
}
.BgClassName
{
background-color: #D21223;
}
</style>
border-color css
<style>
span { border-color: #D21223; }
span { border-color: rgb(210,18,35); }
td.TdClassName
{
border-color: #D21223;
}
.TagClassName
{
border-color: #D21223;
}
</style>