Shades of Fire Engine Red #D51421
Tints of Fire Engine Red #D51421
RGB
CMYK
RGB Variations
Color information
#D51421 (or 0xD51421) is known color: Fire Engine Red. HEX triplet: D5, 14 and 21. RGB value is (213,20,33). Sum of RGB (Red+Green+Blue) = 213+20+33=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D51421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51421 is #2AEBDE. Grayscale: #4F4F4F. Windows color (decimal): -2812895 or 2168021. OLE color: 2168021.
HSL color Cylindrical-coordinate representation of color #D51421: hue angle of 355.96º 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 #D51421 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 33 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.16 |
| HSL | 355.96º | 0.83% | 0.46% | - |
| HSV(B) | 355.96º | 0.91% | 0.84% | - |
| XYZ | 27.97 | 14.76 | 2.81 | - |
| YUV | 79.19 | 101.94 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 33 | 0 | 0.91 | 0.85 | 0.16 | 355.96 | 0.83 | 0.46 |
| Hex | D5 | 14 | 21 | 0 | 5B | 55 | 10 | 164 | 53 | 2E |
| Octal | 325 | 24 | 41 | 0 | 133 | 125 | 20 | 544 | 123 | 56 |
| Binary | 11010101 | 10100 | 100001 | 0 | 1011011 | 1010101 | 10000 | 101100100 | 1010011 | 101110 |
Color Harmonies of #D51421
Complementary color
Monochromatic Colors of #D51421
Black with #D51421
Text Example
Text Example
White with #D51421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51421; }
p { color: rgb(213,20,33); }
H1.HeaderClassName
{
color: #D51421;
}
.AnyTagClassName
{
color: #D51421;
}
</style>
background-color css
<style>
a { background-color: #D51421; }
a { background-color: rgb(213,20,33); }
div.DivClassName
{
background-color: #D51421;
}
.BgClassName
{
background-color: #D51421;
}
</style>
border-color css
<style>
span { border-color: #D51421; }
span { border-color: rgb(213,20,33); }
td.TdClassName
{
border-color: #D51421;
}
.TagClassName
{
border-color: #D51421;
}
</style>