Shades of Fire Engine Red #D41128
Tints of Fire Engine Red #D41128
RGB
CMYK
RGB Variations
Color information
#D41128 (or 0xD41128) is known color: Fire Engine Red. HEX triplet: D4, 11 and 28. RGB value is (212,17,40). Sum of RGB (Red+Green+Blue) = 212+17+40=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D41128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41128 is #2BEED7. Grayscale: #4E4E4E. Windows color (decimal): -2879192 or 2626004. OLE color: 2626004.
HSL color Cylindrical-coordinate representation of color #D41128: hue angle of 352.92º degrees, saturation: 0.85, 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 #D41128 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 17 | 40 | - |
CMYK | 0 | 0.92 | 0.81 | 0.17 |
HSL | 352.92º | 0.85% | 0.45% | - |
HSV(B) | 352.92º | 0.92% | 0.83% | - |
XYZ | 27.73 | 14.55 | 3.35 | - |
YUV | 77.93 | 106.6 | 223.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 17 | 40 | 0 | 0.92 | 0.81 | 0.17 | 352.92 | 0.85 | 0.45 |
Hex | D4 | 11 | 28 | 0 | 5C | 51 | 11 | 161 | 55 | 2D |
Octal | 324 | 21 | 50 | 0 | 134 | 121 | 21 | 541 | 125 | 55 |
Binary | 11010100 | 10001 | 101000 | 0 | 1011100 | 1010001 | 10001 | 101100001 | 1010101 | 101101 |
Color Harmonies of #D41128
Complementary color
Monochromatic Colors of #D41128
Black with #D41128
Text Example
Text Example
White with #D41128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41128; }
p { color: rgb(212,17,40); }
H1.HeaderClassName
{
color: #D41128;
}
.AnyTagClassName
{
color: #D41128;
}
</style>
background-color css
<style>
a { background-color: #D41128; }
a { background-color: rgb(212,17,40); }
div.DivClassName
{
background-color: #D41128;
}
.BgClassName
{
background-color: #D41128;
}
</style>
border-color css
<style>
span { border-color: #D41128; }
span { border-color: rgb(212,17,40); }
td.TdClassName
{
border-color: #D41128;
}
.TagClassName
{
border-color: #D41128;
}
</style>