Shades of Fire Engine Red #D52324
Tints of Fire Engine Red #D52324
RGB
CMYK
RGB Variations
Color information
#D52324 (or 0xD52324) is known color: Fire Engine Red. HEX triplet: D5, 23 and 24. RGB value is (213,35,36). Sum of RGB (Red+Green+Blue) = 213+35+36=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D52324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52324 is #2ADCDB. Grayscale: #585858. Windows color (decimal): -2809052 or 2368469. OLE color: 2368469.
HSL color Cylindrical-coordinate representation of color #D52324: hue angle of 359.66º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52324 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 36 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.16 |
| HSL | 359.66º | 0.72% | 0.49% | - |
| HSV(B) | 359.66º | 0.84% | 0.84% | - |
| XYZ | 28.36 | 15.48 | 3.16 | - |
| YUV | 88.34 | 98.47 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 36 | 0 | 0.84 | 0.83 | 0.16 | 359.66 | 0.72 | 0.49 |
| Hex | D5 | 23 | 24 | 0 | 54 | 53 | 10 | 168 | 48 | 31 |
| Octal | 325 | 43 | 44 | 0 | 124 | 123 | 20 | 550 | 110 | 61 |
| Binary | 11010101 | 100011 | 100100 | 0 | 1010100 | 1010011 | 10000 | 101101000 | 1001000 | 110001 |
Color Harmonies of #D52324
Complementary color
Monochromatic Colors of #D52324
Black with #D52324
Text Example
Text Example
White with #D52324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52324; }
p { color: rgb(213,35,36); }
H1.HeaderClassName
{
color: #D52324;
}
.AnyTagClassName
{
color: #D52324;
}
</style>
background-color css
<style>
a { background-color: #D52324; }
a { background-color: rgb(213,35,36); }
div.DivClassName
{
background-color: #D52324;
}
.BgClassName
{
background-color: #D52324;
}
</style>
border-color css
<style>
span { border-color: #D52324; }
span { border-color: rgb(213,35,36); }
td.TdClassName
{
border-color: #D52324;
}
.TagClassName
{
border-color: #D52324;
}
</style>