Shades of Fire Engine Red #D51525
Tints of Fire Engine Red #D51525
RGB
CMYK
RGB Variations
Color information
#D51525 (or 0xD51525) is known color: Fire Engine Red. HEX triplet: D5, 15 and 25. RGB value is (213,21,37). Sum of RGB (Red+Green+Blue) = 213+21+37=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D51525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51525 is #2AEADA. Grayscale: #505050. Windows color (decimal): -2812635 or 2430421. OLE color: 2430421.
HSL color Cylindrical-coordinate representation of color #D51525: hue angle of 355º 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 #D51525 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 37 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.16 |
| HSL | 355º | 0.82% | 0.46% | - |
| HSV(B) | 355º | 0.9% | 0.84% | - |
| XYZ | 28.04 | 14.82 | 3.13 | - |
| YUV | 80.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 37 | 0 | 0.90 | 0.83 | 0.16 | 355 | 0.82 | 0.46 |
| Hex | D5 | 15 | 25 | 0 | 5A | 53 | 10 | 163 | 52 | 2E |
| Octal | 325 | 25 | 45 | 0 | 132 | 123 | 20 | 543 | 122 | 56 |
| Binary | 11010101 | 10101 | 100101 | 0 | 1011010 | 1010011 | 10000 | 101100011 | 1010010 | 101110 |
Color Harmonies of #D51525
Complementary color
Monochromatic Colors of #D51525
Black with #D51525
Text Example
Text Example
White with #D51525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51525; }
p { color: rgb(213,21,37); }
H1.HeaderClassName
{
color: #D51525;
}
.AnyTagClassName
{
color: #D51525;
}
</style>
background-color css
<style>
a { background-color: #D51525; }
a { background-color: rgb(213,21,37); }
div.DivClassName
{
background-color: #D51525;
}
.BgClassName
{
background-color: #D51525;
}
</style>
border-color css
<style>
span { border-color: #D51525; }
span { border-color: rgb(213,21,37); }
td.TdClassName
{
border-color: #D51525;
}
.TagClassName
{
border-color: #D51525;
}
</style>