Shades of Fire Engine Red #D82127
Tints of Fire Engine Red #D82127
RGB
CMYK
RGB Variations
Color information
#D82127 (or 0xD82127) is known color: Fire Engine Red. HEX triplet: D8, 21 and 27. RGB value is (216,33,39). Sum of RGB (Red+Green+Blue) = 216+33+39=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D82127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82127 is #27DED8. Grayscale: #585858. Windows color (decimal): -2612953 or 2564568. OLE color: 2564568.
HSL color Cylindrical-coordinate representation of color #D82127: hue angle of 358.03º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82127 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 39 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.15 |
| HSL | 358.03º | 0.73% | 0.49% | - |
| HSV(B) | 358.03º | 0.85% | 0.85% | - |
| XYZ | 29.23 | 15.83 | 3.44 | - |
| YUV | 88.4 | 100.13 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 39 | 0 | 0.85 | 0.82 | 0.15 | 358.03 | 0.73 | 0.49 |
| Hex | D8 | 21 | 27 | 0 | 55 | 52 | F | 166 | 49 | 31 |
| Octal | 330 | 41 | 47 | 0 | 125 | 122 | 17 | 546 | 111 | 61 |
| Binary | 11011000 | 100001 | 100111 | 0 | 1010101 | 1010010 | 1111 | 101100110 | 1001001 | 110001 |
Color Harmonies of #D82127
Complementary color
Monochromatic Colors of #D82127
Black with #D82127
Text Example
Text Example
White with #D82127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82127; }
p { color: rgb(216,33,39); }
H1.HeaderClassName
{
color: #D82127;
}
.AnyTagClassName
{
color: #D82127;
}
</style>
background-color css
<style>
a { background-color: #D82127; }
a { background-color: rgb(216,33,39); }
div.DivClassName
{
background-color: #D82127;
}
.BgClassName
{
background-color: #D82127;
}
</style>
border-color css
<style>
span { border-color: #D82127; }
span { border-color: rgb(216,33,39); }
td.TdClassName
{
border-color: #D82127;
}
.TagClassName
{
border-color: #D82127;
}
</style>