Shades of Fire Engine Red #D41827
Tints of Fire Engine Red #D41827
RGB
CMYK
RGB Variations
Color information
#D41827 (or 0xD41827) is known color: Fire Engine Red. HEX triplet: D4, 18 and 27. RGB value is (212,24,39). Sum of RGB (Red+Green+Blue) = 212+24+39=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D41827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41827 is #2BE7D8. Grayscale: #525252. Windows color (decimal): -2877401 or 2562260. OLE color: 2562260.
HSL color Cylindrical-coordinate representation of color #D41827: hue angle of 355.21º 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 #D41827 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 39 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.17 |
| HSL | 355.21º | 0.8% | 0.46% | - |
| HSV(B) | 355.21º | 0.89% | 0.83% | - |
| XYZ | 27.84 | 14.8 | 3.31 | - |
| YUV | 81.92 | 103.78 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 39 | 0 | 0.89 | 0.82 | 0.17 | 355.21 | 0.8 | 0.46 |
| Hex | D4 | 18 | 27 | 0 | 59 | 52 | 11 | 163 | 50 | 2E |
| Octal | 324 | 30 | 47 | 0 | 131 | 122 | 21 | 543 | 120 | 56 |
| Binary | 11010100 | 11000 | 100111 | 0 | 1011001 | 1010010 | 10001 | 101100011 | 1010000 | 101110 |
Color Harmonies of #D41827
Complementary color
Monochromatic Colors of #D41827
Black with #D41827
Text Example
Text Example
White with #D41827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41827; }
p { color: rgb(212,24,39); }
H1.HeaderClassName
{
color: #D41827;
}
.AnyTagClassName
{
color: #D41827;
}
</style>
background-color css
<style>
a { background-color: #D41827; }
a { background-color: rgb(212,24,39); }
div.DivClassName
{
background-color: #D41827;
}
.BgClassName
{
background-color: #D41827;
}
</style>
border-color css
<style>
span { border-color: #D41827; }
span { border-color: rgb(212,24,39); }
td.TdClassName
{
border-color: #D41827;
}
.TagClassName
{
border-color: #D41827;
}
</style>