Shades of Fire Engine Red #D51528
Tints of Fire Engine Red #D51528
RGB
CMYK
RGB Variations
Color information
#D51528 (or 0xD51528) is known color: Fire Engine Red. HEX triplet: D5, 15 and 28. RGB value is (213,21,40). Sum of RGB (Red+Green+Blue) = 213+21+40=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D51528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51528 is #2AEAD7. Grayscale: #505050. Windows color (decimal): -2812632 or 2627029. OLE color: 2627029.
HSL color Cylindrical-coordinate representation of color #D51528: hue angle of 354.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51528 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 40 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.16 |
| HSL | 354.06º | 0.82% | 0.46% | - |
| HSV(B) | 354.06º | 0.9% | 0.84% | - |
| XYZ | 28.09 | 14.84 | 3.39 | - |
| YUV | 80.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 40 | 0 | 0.90 | 0.81 | 0.16 | 354.06 | 0.82 | 0.46 |
| Hex | D5 | 15 | 28 | 0 | 5A | 51 | 10 | 162 | 52 | 2E |
| Octal | 325 | 25 | 50 | 0 | 132 | 121 | 20 | 542 | 122 | 56 |
| Binary | 11010101 | 10101 | 101000 | 0 | 1011010 | 1010001 | 10000 | 101100010 | 1010010 | 101110 |
Color Harmonies of #D51528
Complementary color
Monochromatic Colors of #D51528
Black with #D51528
Text Example
Text Example
White with #D51528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51528; }
p { color: rgb(213,21,40); }
H1.HeaderClassName
{
color: #D51528;
}
.AnyTagClassName
{
color: #D51528;
}
</style>
background-color css
<style>
a { background-color: #D51528; }
a { background-color: rgb(213,21,40); }
div.DivClassName
{
background-color: #D51528;
}
.BgClassName
{
background-color: #D51528;
}
</style>
border-color css
<style>
span { border-color: #D51528; }
span { border-color: rgb(213,21,40); }
td.TdClassName
{
border-color: #D51528;
}
.TagClassName
{
border-color: #D51528;
}
</style>