Shades of Fire Engine Red #D51521
Tints of Fire Engine Red #D51521
RGB
CMYK
RGB Variations
Color information
#D51521 (or 0xD51521) is known color: Fire Engine Red. HEX triplet: D5, 15 and 21. RGB value is (213,21,33). Sum of RGB (Red+Green+Blue) = 213+21+33=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D51521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51521 is #2AEADE. Grayscale: #4F4F4F. Windows color (decimal): -2812639 or 2168277. OLE color: 2168277.
HSL color Cylindrical-coordinate representation of color #D51521: hue angle of 356.25º 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 #D51521 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 33 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.16 |
| HSL | 356.25º | 0.82% | 0.46% | - |
| HSV(B) | 356.25º | 0.9% | 0.84% | - |
| XYZ | 27.98 | 14.79 | 2.82 | - |
| YUV | 79.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 33 | 0 | 0.90 | 0.85 | 0.16 | 356.25 | 0.82 | 0.46 |
| Hex | D5 | 15 | 21 | 0 | 5A | 55 | 10 | 164 | 52 | 2E |
| Octal | 325 | 25 | 41 | 0 | 132 | 125 | 20 | 544 | 122 | 56 |
| Binary | 11010101 | 10101 | 100001 | 0 | 1011010 | 1010101 | 10000 | 101100100 | 1010010 | 101110 |
Color Harmonies of #D51521
Complementary color
Monochromatic Colors of #D51521
Black with #D51521
Text Example
Text Example
White with #D51521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51521; }
p { color: rgb(213,21,33); }
H1.HeaderClassName
{
color: #D51521;
}
.AnyTagClassName
{
color: #D51521;
}
</style>
background-color css
<style>
a { background-color: #D51521; }
a { background-color: rgb(213,21,33); }
div.DivClassName
{
background-color: #D51521;
}
.BgClassName
{
background-color: #D51521;
}
</style>
border-color css
<style>
span { border-color: #D51521; }
span { border-color: rgb(213,21,33); }
td.TdClassName
{
border-color: #D51521;
}
.TagClassName
{
border-color: #D51521;
}
</style>