Shades of Fire Engine Red #D41329
Tints of Fire Engine Red #D41329
RGB
CMYK
RGB Variations
Color information
#D41329 (or 0xD41329) is known color: Fire Engine Red. HEX triplet: D4, 13 and 29. RGB value is (212,19,41). Sum of RGB (Red+Green+Blue) = 212+19+41=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D41329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41329 is #2BECD6. Grayscale: #4F4F4F. Windows color (decimal): -2878679 or 2692052. OLE color: 2692052.
HSL color Cylindrical-coordinate representation of color #D41329: hue angle of 353.16º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41329 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.17 |
| HSL | 353.16º | 0.84% | 0.45% | - |
| HSV(B) | 353.16º | 0.91% | 0.83% | - |
| XYZ | 27.78 | 14.62 | 3.46 | - |
| YUV | 79.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 41 | 0 | 0.91 | 0.81 | 0.17 | 353.16 | 0.84 | 0.45 |
| Hex | D4 | 13 | 29 | 0 | 5B | 51 | 11 | 161 | 54 | 2D |
| Octal | 324 | 23 | 51 | 0 | 133 | 121 | 21 | 541 | 124 | 55 |
| Binary | 11010100 | 10011 | 101001 | 0 | 1011011 | 1010001 | 10001 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D41329
Complementary color
Monochromatic Colors of #D41329
Black with #D41329
Text Example
Text Example
White with #D41329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41329; }
p { color: rgb(212,19,41); }
H1.HeaderClassName
{
color: #D41329;
}
.AnyTagClassName
{
color: #D41329;
}
</style>
background-color css
<style>
a { background-color: #D41329; }
a { background-color: rgb(212,19,41); }
div.DivClassName
{
background-color: #D41329;
}
.BgClassName
{
background-color: #D41329;
}
</style>
border-color css
<style>
span { border-color: #D41329; }
span { border-color: rgb(212,19,41); }
td.TdClassName
{
border-color: #D41329;
}
.TagClassName
{
border-color: #D41329;
}
</style>