Shades of Fire Engine Red #D52223
Tints of Fire Engine Red #D52223
RGB
CMYK
RGB Variations
Color information
#D52223 (or 0xD52223) is known color: Fire Engine Red. HEX triplet: D5, 22 and 23. RGB value is (213,34,35). Sum of RGB (Red+Green+Blue) = 213+34+35=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D52223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52223 is #2ADDDC. Grayscale: #575757. Windows color (decimal): -2809309 or 2302677. OLE color: 2302677.
HSL color Cylindrical-coordinate representation of color #D52223: hue angle of 359.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52223 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 35 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.16 |
| HSL | 359.66º | 0.72% | 0.48% | - |
| HSV(B) | 359.66º | 0.84% | 0.84% | - |
| XYZ | 28.32 | 15.41 | 3.07 | - |
| YUV | 87.64 | 98.3 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 35 | 0 | 0.84 | 0.84 | 0.16 | 359.66 | 0.72 | 0.48 |
| Hex | D5 | 22 | 23 | 0 | 54 | 54 | 10 | 168 | 48 | 30 |
| Octal | 325 | 42 | 43 | 0 | 124 | 124 | 20 | 550 | 110 | 60 |
| Binary | 11010101 | 100010 | 100011 | 0 | 1010100 | 1010100 | 10000 | 101101000 | 1001000 | 110000 |
Color Harmonies of #D52223
Complementary color
Monochromatic Colors of #D52223
Black with #D52223
Text Example
Text Example
White with #D52223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52223; }
p { color: rgb(213,34,35); }
H1.HeaderClassName
{
color: #D52223;
}
.AnyTagClassName
{
color: #D52223;
}
</style>
background-color css
<style>
a { background-color: #D52223; }
a { background-color: rgb(213,34,35); }
div.DivClassName
{
background-color: #D52223;
}
.BgClassName
{
background-color: #D52223;
}
</style>
border-color css
<style>
span { border-color: #D52223; }
span { border-color: rgb(213,34,35); }
td.TdClassName
{
border-color: #D52223;
}
.TagClassName
{
border-color: #D52223;
}
</style>