Shades of Fire Engine Red #D41125
Tints of Fire Engine Red #D41125
RGB
CMYK
RGB Variations
Color information
#D41125 (or 0xD41125) is known color: Fire Engine Red. HEX triplet: D4, 11 and 25. RGB value is (212,17,37). Sum of RGB (Red+Green+Blue) = 212+17+37=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D41125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41125 is #2BEEDA. Grayscale: #4D4D4D. Windows color (decimal): -2879195 or 2429396. OLE color: 2429396.
HSL color Cylindrical-coordinate representation of color #D41125: hue angle of 353.85º 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 #D41125 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 37 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.17 |
| HSL | 353.85º | 0.85% | 0.45% | - |
| HSV(B) | 353.85º | 0.92% | 0.83% | - |
| XYZ | 27.69 | 14.53 | 3.1 | - |
| YUV | 77.59 | 105.1 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 37 | 0 | 0.92 | 0.83 | 0.17 | 353.85 | 0.85 | 0.45 |
| Hex | D4 | 11 | 25 | 0 | 5C | 53 | 11 | 162 | 55 | 2D |
| Octal | 324 | 21 | 45 | 0 | 134 | 123 | 21 | 542 | 125 | 55 |
| Binary | 11010100 | 10001 | 100101 | 0 | 1011100 | 1010011 | 10001 | 101100010 | 1010101 | 101101 |
Color Harmonies of #D41125
Complementary color
Monochromatic Colors of #D41125
Black with #D41125
Text Example
Text Example
White with #D41125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41125; }
p { color: rgb(212,17,37); }
H1.HeaderClassName
{
color: #D41125;
}
.AnyTagClassName
{
color: #D41125;
}
</style>
background-color css
<style>
a { background-color: #D41125; }
a { background-color: rgb(212,17,37); }
div.DivClassName
{
background-color: #D41125;
}
.BgClassName
{
background-color: #D41125;
}
</style>
border-color css
<style>
span { border-color: #D41125; }
span { border-color: rgb(212,17,37); }
td.TdClassName
{
border-color: #D41125;
}
.TagClassName
{
border-color: #D41125;
}
</style>