Shades of Fire Engine Red #D52023
Tints of Fire Engine Red #D52023
RGB
CMYK
RGB Variations
Color information
#D52023 (or 0xD52023) is known color: Fire Engine Red. HEX triplet: D5, 20 and 23. RGB value is (213,32,35). Sum of RGB (Red+Green+Blue) = 213+32+35=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D52023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52023 is #2ADFDC. Grayscale: #565656. Windows color (decimal): -2809821 or 2302165. OLE color: 2302165.
HSL color Cylindrical-coordinate representation of color #D52023: hue angle of 359.01º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52023 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 35 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.16 |
| HSL | 359.01º | 0.74% | 0.48% | - |
| HSV(B) | 359.01º | 0.85% | 0.84% | - |
| XYZ | 28.26 | 15.3 | 3.05 | - |
| YUV | 86.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 35 | 0 | 0.85 | 0.84 | 0.16 | 359.01 | 0.74 | 0.48 |
| Hex | D5 | 20 | 23 | 0 | 55 | 54 | 10 | 167 | 4A | 30 |
| Octal | 325 | 40 | 43 | 0 | 125 | 124 | 20 | 547 | 112 | 60 |
| Binary | 11010101 | 100000 | 100011 | 0 | 1010101 | 1010100 | 10000 | 101100111 | 1001010 | 110000 |
Color Harmonies of #D52023
Complementary color
Monochromatic Colors of #D52023
Black with #D52023
Text Example
Text Example
White with #D52023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52023; }
p { color: rgb(213,32,35); }
H1.HeaderClassName
{
color: #D52023;
}
.AnyTagClassName
{
color: #D52023;
}
</style>
background-color css
<style>
a { background-color: #D52023; }
a { background-color: rgb(213,32,35); }
div.DivClassName
{
background-color: #D52023;
}
.BgClassName
{
background-color: #D52023;
}
</style>
border-color css
<style>
span { border-color: #D52023; }
span { border-color: rgb(213,32,35); }
td.TdClassName
{
border-color: #D52023;
}
.TagClassName
{
border-color: #D52023;
}
</style>