Shades of Fire Engine Red #D41725
Tints of Fire Engine Red #D41725
RGB
CMYK
RGB Variations
Color information
#D41725 (or 0xD41725) is known color: Fire Engine Red. HEX triplet: D4, 17 and 25. RGB value is (212,23,37). Sum of RGB (Red+Green+Blue) = 212+23+37=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D41725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41725 is #2BE8DA. Grayscale: #515151. Windows color (decimal): -2877659 or 2430932. OLE color: 2430932.
HSL color Cylindrical-coordinate representation of color #D41725: hue angle of 355.56º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41725 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.17 |
| HSL | 355.56º | 0.8% | 0.46% | - |
| HSV(B) | 355.56º | 0.89% | 0.83% | - |
| XYZ | 27.79 | 14.74 | 3.13 | - |
| YUV | 81.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 37 | 0 | 0.89 | 0.83 | 0.17 | 355.56 | 0.8 | 0.46 |
| Hex | D4 | 17 | 25 | 0 | 59 | 53 | 11 | 164 | 50 | 2E |
| Octal | 324 | 27 | 45 | 0 | 131 | 123 | 21 | 544 | 120 | 56 |
| Binary | 11010100 | 10111 | 100101 | 0 | 1011001 | 1010011 | 10001 | 101100100 | 1010000 | 101110 |
Color Harmonies of #D41725
Complementary color
Monochromatic Colors of #D41725
Black with #D41725
Text Example
Text Example
White with #D41725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41725; }
p { color: rgb(212,23,37); }
H1.HeaderClassName
{
color: #D41725;
}
.AnyTagClassName
{
color: #D41725;
}
</style>
background-color css
<style>
a { background-color: #D41725; }
a { background-color: rgb(212,23,37); }
div.DivClassName
{
background-color: #D41725;
}
.BgClassName
{
background-color: #D41725;
}
</style>
border-color css
<style>
span { border-color: #D41725; }
span { border-color: rgb(212,23,37); }
td.TdClassName
{
border-color: #D41725;
}
.TagClassName
{
border-color: #D41725;
}
</style>