Shades of Fire Engine Red #D31827
Tints of Fire Engine Red #D31827
RGB
CMYK
RGB Variations
Color information
#D31827 (or 0xD31827) is known color: Fire Engine Red. HEX triplet: D3, 18 and 27. RGB value is (211,24,39). Sum of RGB (Red+Green+Blue) = 211+24+39=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D31827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31827 is #2CE7D8. Grayscale: #515151. Windows color (decimal): -2942937 or 2562259. OLE color: 2562259.
HSL color Cylindrical-coordinate representation of color #D31827: hue angle of 355.19º 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 #D31827 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 39 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.17 |
| HSL | 355.19º | 0.8% | 0.46% | - |
| HSV(B) | 355.19º | 0.89% | 0.83% | - |
| XYZ | 27.56 | 14.65 | 3.29 | - |
| YUV | 81.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 39 | 0 | 0.89 | 0.82 | 0.17 | 355.19 | 0.8 | 0.46 |
| Hex | D3 | 18 | 27 | 0 | 59 | 52 | 11 | 163 | 50 | 2E |
| Octal | 323 | 30 | 47 | 0 | 131 | 122 | 21 | 543 | 120 | 56 |
| Binary | 11010011 | 11000 | 100111 | 0 | 1011001 | 1010010 | 10001 | 101100011 | 1010000 | 101110 |
Color Harmonies of #D31827
Complementary color
Monochromatic Colors of #D31827
Black with #D31827
Text Example
Text Example
White with #D31827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31827; }
p { color: rgb(211,24,39); }
H1.HeaderClassName
{
color: #D31827;
}
.AnyTagClassName
{
color: #D31827;
}
</style>
background-color css
<style>
a { background-color: #D31827; }
a { background-color: rgb(211,24,39); }
div.DivClassName
{
background-color: #D31827;
}
.BgClassName
{
background-color: #D31827;
}
</style>
border-color css
<style>
span { border-color: #D31827; }
span { border-color: rgb(211,24,39); }
td.TdClassName
{
border-color: #D31827;
}
.TagClassName
{
border-color: #D31827;
}
</style>