Shades of Fire Engine Red #D52025
Tints of Fire Engine Red #D52025
RGB
CMYK
RGB Variations
Color information
#D52025 (or 0xD52025) is known color: Fire Engine Red. HEX triplet: D5, 20 and 25. RGB value is (213,32,37). Sum of RGB (Red+Green+Blue) = 213+32+37=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D52025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52025 is #2ADFDA. Grayscale: #565656. Windows color (decimal): -2809819 or 2433237. OLE color: 2433237.
HSL color Cylindrical-coordinate representation of color #D52025: hue angle of 358.34º 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 #D52025 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 37 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.16 |
| HSL | 358.34º | 0.74% | 0.48% | - |
| HSV(B) | 358.34º | 0.85% | 0.84% | - |
| XYZ | 28.29 | 15.31 | 3.21 | - |
| YUV | 86.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 37 | 0 | 0.85 | 0.83 | 0.16 | 358.34 | 0.74 | 0.48 |
| Hex | D5 | 20 | 25 | 0 | 55 | 53 | 10 | 166 | 4A | 30 |
| Octal | 325 | 40 | 45 | 0 | 125 | 123 | 20 | 546 | 112 | 60 |
| Binary | 11010101 | 100000 | 100101 | 0 | 1010101 | 1010011 | 10000 | 101100110 | 1001010 | 110000 |
Color Harmonies of #D52025
Complementary color
Monochromatic Colors of #D52025
Black with #D52025
Text Example
Text Example
White with #D52025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52025; }
p { color: rgb(213,32,37); }
H1.HeaderClassName
{
color: #D52025;
}
.AnyTagClassName
{
color: #D52025;
}
</style>
background-color css
<style>
a { background-color: #D52025; }
a { background-color: rgb(213,32,37); }
div.DivClassName
{
background-color: #D52025;
}
.BgClassName
{
background-color: #D52025;
}
</style>
border-color css
<style>
span { border-color: #D52025; }
span { border-color: rgb(213,32,37); }
td.TdClassName
{
border-color: #D52025;
}
.TagClassName
{
border-color: #D52025;
}
</style>