Shades of Fire Engine Red #D52329
Tints of Fire Engine Red #D52329
RGB
CMYK
RGB Variations
Color information
#D52329 (or 0xD52329) is known color: Fire Engine Red. HEX triplet: D5, 23 and 29. RGB value is (213,35,41). Sum of RGB (Red+Green+Blue) = 213+35+41=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D52329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52329 is #2ADCD6. Grayscale: #595959. Windows color (decimal): -2809047 or 2696149. OLE color: 2696149.
HSL color Cylindrical-coordinate representation of color #D52329: hue angle of 357.98º 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 #D52329 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 41 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.16 |
| HSL | 357.98º | 0.72% | 0.49% | - |
| HSV(B) | 357.98º | 0.84% | 0.84% | - |
| XYZ | 28.44 | 15.51 | 3.59 | - |
| YUV | 88.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 41 | 0 | 0.84 | 0.81 | 0.16 | 357.98 | 0.72 | 0.49 |
| Hex | D5 | 23 | 29 | 0 | 54 | 51 | 10 | 166 | 48 | 31 |
| Octal | 325 | 43 | 51 | 0 | 124 | 121 | 20 | 546 | 110 | 61 |
| Binary | 11010101 | 100011 | 101001 | 0 | 1010100 | 1010001 | 10000 | 101100110 | 1001000 | 110001 |
Color Harmonies of #D52329
Complementary color
Monochromatic Colors of #D52329
Black with #D52329
Text Example
Text Example
White with #D52329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52329; }
p { color: rgb(213,35,41); }
H1.HeaderClassName
{
color: #D52329;
}
.AnyTagClassName
{
color: #D52329;
}
</style>
background-color css
<style>
a { background-color: #D52329; }
a { background-color: rgb(213,35,41); }
div.DivClassName
{
background-color: #D52329;
}
.BgClassName
{
background-color: #D52329;
}
</style>
border-color css
<style>
span { border-color: #D52329; }
span { border-color: rgb(213,35,41); }
td.TdClassName
{
border-color: #D52329;
}
.TagClassName
{
border-color: #D52329;
}
</style>