Shades of Fire Engine Red #D41021
Tints of Fire Engine Red #D41021
RGB
CMYK
RGB Variations
Color information
#D41021 (or 0xD41021) is known color: Fire Engine Red. HEX triplet: D4, 10 and 21. RGB value is (212,16,33). Sum of RGB (Red+Green+Blue) = 212+16+33=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D41021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41021 is #2BEFDE. Grayscale: #4C4C4C. Windows color (decimal): -2879455 or 2166996. OLE color: 2166996.
HSL color Cylindrical-coordinate representation of color #D41021: hue angle of 354.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41021 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 33 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.17 |
| HSL | 354.8º | 0.86% | 0.45% | - |
| HSV(B) | 354.8º | 0.92% | 0.83% | - |
| XYZ | 27.61 | 14.48 | 2.78 | - |
| YUV | 76.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 33 | 0 | 0.92 | 0.84 | 0.17 | 354.8 | 0.86 | 0.45 |
| Hex | D4 | 10 | 21 | 0 | 5C | 54 | 11 | 163 | 56 | 2D |
| Octal | 324 | 20 | 41 | 0 | 134 | 124 | 21 | 543 | 126 | 55 |
| Binary | 11010100 | 10000 | 100001 | 0 | 1011100 | 1010100 | 10001 | 101100011 | 1010110 | 101101 |
Color Harmonies of #D41021
Complementary color
Monochromatic Colors of #D41021
Black with #D41021
Text Example
Text Example
White with #D41021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41021; }
p { color: rgb(212,16,33); }
H1.HeaderClassName
{
color: #D41021;
}
.AnyTagClassName
{
color: #D41021;
}
</style>
background-color css
<style>
a { background-color: #D41021; }
a { background-color: rgb(212,16,33); }
div.DivClassName
{
background-color: #D41021;
}
.BgClassName
{
background-color: #D41021;
}
</style>
border-color css
<style>
span { border-color: #D41021; }
span { border-color: rgb(212,16,33); }
td.TdClassName
{
border-color: #D41021;
}
.TagClassName
{
border-color: #D41021;
}
</style>