Shades of Fire Engine Red #D41629
Tints of Fire Engine Red #D41629
RGB
CMYK
RGB Variations
Color information
#D41629 (or 0xD41629) is known color: Fire Engine Red. HEX triplet: D4, 16 and 29. RGB value is (212,22,41). Sum of RGB (Red+Green+Blue) = 212+22+41=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D41629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41629 is #2BE9D6. Grayscale: #515151. Windows color (decimal): -2877911 or 2692820. OLE color: 2692820.
HSL color Cylindrical-coordinate representation of color #D41629: hue angle of 354º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41629 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.17 |
| HSL | 354º | 0.81% | 0.46% | - |
| HSV(B) | 354º | 0.9% | 0.83% | - |
| XYZ | 27.84 | 14.73 | 3.47 | - |
| YUV | 80.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 41 | 0 | 0.90 | 0.81 | 0.17 | 354 | 0.81 | 0.46 |
| Hex | D4 | 16 | 29 | 0 | 5A | 51 | 11 | 162 | 51 | 2E |
| Octal | 324 | 26 | 51 | 0 | 132 | 121 | 21 | 542 | 121 | 56 |
| Binary | 11010100 | 10110 | 101001 | 0 | 1011010 | 1010001 | 10001 | 101100010 | 1010001 | 101110 |
Color Harmonies of #D41629
Complementary color
Monochromatic Colors of #D41629
Black with #D41629
Text Example
Text Example
White with #D41629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41629; }
p { color: rgb(212,22,41); }
H1.HeaderClassName
{
color: #D41629;
}
.AnyTagClassName
{
color: #D41629;
}
</style>
background-color css
<style>
a { background-color: #D41629; }
a { background-color: rgb(212,22,41); }
div.DivClassName
{
background-color: #D41629;
}
.BgClassName
{
background-color: #D41629;
}
</style>
border-color css
<style>
span { border-color: #D41629; }
span { border-color: rgb(212,22,41); }
td.TdClassName
{
border-color: #D41629;
}
.TagClassName
{
border-color: #D41629;
}
</style>