Shades of Fire Engine Red #D51424
Tints of Fire Engine Red #D51424
RGB
CMYK
RGB Variations
Color information
#D51424 (or 0xD51424) is known color: Fire Engine Red. HEX triplet: D5, 14 and 24. RGB value is (213,20,36). Sum of RGB (Red+Green+Blue) = 213+20+36=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D51424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51424 is #2AEBDB. Grayscale: #4F4F4F. Windows color (decimal): -2812892 or 2364629. OLE color: 2364629.
HSL color Cylindrical-coordinate representation of color #D51424: hue angle of 355.03º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51424 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 36 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.16 |
| HSL | 355.03º | 0.83% | 0.46% | - |
| HSV(B) | 355.03º | 0.91% | 0.84% | - |
| XYZ | 28.01 | 14.77 | 3.04 | - |
| YUV | 79.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 36 | 0 | 0.91 | 0.83 | 0.16 | 355.03 | 0.83 | 0.46 |
| Hex | D5 | 14 | 24 | 0 | 5B | 53 | 10 | 163 | 53 | 2E |
| Octal | 325 | 24 | 44 | 0 | 133 | 123 | 20 | 543 | 123 | 56 |
| Binary | 11010101 | 10100 | 100100 | 0 | 1011011 | 1010011 | 10000 | 101100011 | 1010011 | 101110 |
Color Harmonies of #D51424
Complementary color
Monochromatic Colors of #D51424
Black with #D51424
Text Example
Text Example
White with #D51424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51424; }
p { color: rgb(213,20,36); }
H1.HeaderClassName
{
color: #D51424;
}
.AnyTagClassName
{
color: #D51424;
}
</style>
background-color css
<style>
a { background-color: #D51424; }
a { background-color: rgb(213,20,36); }
div.DivClassName
{
background-color: #D51424;
}
.BgClassName
{
background-color: #D51424;
}
</style>
border-color css
<style>
span { border-color: #D51424; }
span { border-color: rgb(213,20,36); }
td.TdClassName
{
border-color: #D51424;
}
.TagClassName
{
border-color: #D51424;
}
</style>