Shades of Fire Engine Red #D51224
Tints of Fire Engine Red #D51224
RGB
CMYK
RGB Variations
Color information
#D51224 (or 0xD51224) is known color: Fire Engine Red. HEX triplet: D5, 12 and 24. RGB value is (213,18,36). Sum of RGB (Red+Green+Blue) = 213+18+36=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D51224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51224 is #2AEDDB. Grayscale: #4E4E4E. Windows color (decimal): -2813404 or 2364117. OLE color: 2364117.
HSL color Cylindrical-coordinate representation of color #D51224: hue angle of 354.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51224 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 36 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.16 |
| HSL | 354.46º | 0.84% | 0.45% | - |
| HSV(B) | 354.46º | 0.92% | 0.84% | - |
| XYZ | 27.98 | 14.71 | 3.03 | - |
| YUV | 78.36 | 104.1 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 36 | 0 | 0.92 | 0.83 | 0.16 | 354.46 | 0.84 | 0.45 |
| Hex | D5 | 12 | 24 | 0 | 5C | 53 | 10 | 162 | 54 | 2D |
| Octal | 325 | 22 | 44 | 0 | 134 | 123 | 20 | 542 | 124 | 55 |
| Binary | 11010101 | 10010 | 100100 | 0 | 1011100 | 1010011 | 10000 | 101100010 | 1010100 | 101101 |
Color Harmonies of #D51224
Complementary color
Monochromatic Colors of #D51224
Black with #D51224
Text Example
Text Example
White with #D51224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51224; }
p { color: rgb(213,18,36); }
H1.HeaderClassName
{
color: #D51224;
}
.AnyTagClassName
{
color: #D51224;
}
</style>
background-color css
<style>
a { background-color: #D51224; }
a { background-color: rgb(213,18,36); }
div.DivClassName
{
background-color: #D51224;
}
.BgClassName
{
background-color: #D51224;
}
</style>
border-color css
<style>
span { border-color: #D51224; }
span { border-color: rgb(213,18,36); }
td.TdClassName
{
border-color: #D51224;
}
.TagClassName
{
border-color: #D51224;
}
</style>