Shades of Fire Engine Red #D52225
Tints of Fire Engine Red #D52225
RGB
CMYK
RGB Variations
Color information
#D52225 (or 0xD52225) is known color: Fire Engine Red. HEX triplet: D5, 22 and 25. RGB value is (213,34,37). Sum of RGB (Red+Green+Blue) = 213+34+37=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D52225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52225 is #2ADDDA. Grayscale: #585858. Windows color (decimal): -2809307 or 2433749. OLE color: 2433749.
HSL color Cylindrical-coordinate representation of color #D52225: hue angle of 358.99º 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 #D52225 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 37 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.16 |
| HSL | 358.99º | 0.72% | 0.48% | - |
| HSV(B) | 358.99º | 0.84% | 0.84% | - |
| XYZ | 28.35 | 15.42 | 3.23 | - |
| YUV | 87.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 37 | 0 | 0.84 | 0.83 | 0.16 | 358.99 | 0.72 | 0.48 |
| Hex | D5 | 22 | 25 | 0 | 54 | 53 | 10 | 167 | 48 | 30 |
| Octal | 325 | 42 | 45 | 0 | 124 | 123 | 20 | 547 | 110 | 60 |
| Binary | 11010101 | 100010 | 100101 | 0 | 1010100 | 1010011 | 10000 | 101100111 | 1001000 | 110000 |
Color Harmonies of #D52225
Complementary color
Monochromatic Colors of #D52225
Black with #D52225
Text Example
Text Example
White with #D52225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52225; }
p { color: rgb(213,34,37); }
H1.HeaderClassName
{
color: #D52225;
}
.AnyTagClassName
{
color: #D52225;
}
</style>
background-color css
<style>
a { background-color: #D52225; }
a { background-color: rgb(213,34,37); }
div.DivClassName
{
background-color: #D52225;
}
.BgClassName
{
background-color: #D52225;
}
</style>
border-color css
<style>
span { border-color: #D52225; }
span { border-color: rgb(213,34,37); }
td.TdClassName
{
border-color: #D52225;
}
.TagClassName
{
border-color: #D52225;
}
</style>