Shades of Fire Engine Red #D80D1D
Tints of Fire Engine Red #D80D1D
RGB
CMYK
RGB Variations
Color information
#D80D1D (or 0xD80D1D) is known color: Fire Engine Red. HEX triplet: D8, 0D and 1D. RGB value is (216,13,29). Sum of RGB (Red+Green+Blue) = 216+13+29=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D1D is #27F2E2. Grayscale: #4B4B4B. Windows color (decimal): -2618083 or 1904088. OLE color: 1904088.
HSL color Cylindrical-coordinate representation of color #D80D1D: hue angle of 355.27º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D1D is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 29 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.15 |
| HSL | 355.27º | 0.89% | 0.45% | - |
| HSV(B) | 355.27º | 0.94% | 0.85% | - |
| XYZ | 28.68 | 14.98 | 2.54 | - |
| YUV | 75.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 29 | 0 | 0.94 | 0.87 | 0.15 | 355.27 | 0.89 | 0.45 |
| Hex | D8 | D | 1D | 0 | 5E | 57 | F | 163 | 59 | 2D |
| Octal | 330 | 15 | 35 | 0 | 136 | 127 | 17 | 543 | 131 | 55 |
| Binary | 11011000 | 1101 | 11101 | 0 | 1011110 | 1010111 | 1111 | 101100011 | 1011001 | 101101 |
Color Harmonies of #D80D1D
Complementary color
Monochromatic Colors of #D80D1D
Black with #D80D1D
Text Example
Text Example
White with #D80D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D1D; }
p { color: rgb(216,13,29); }
H1.HeaderClassName
{
color: #D80D1D;
}
.AnyTagClassName
{
color: #D80D1D;
}
</style>
background-color css
<style>
a { background-color: #D80D1D; }
a { background-color: rgb(216,13,29); }
div.DivClassName
{
background-color: #D80D1D;
}
.BgClassName
{
background-color: #D80D1D;
}
</style>
border-color css
<style>
span { border-color: #D80D1D; }
span { border-color: rgb(216,13,29); }
td.TdClassName
{
border-color: #D80D1D;
}
.TagClassName
{
border-color: #D80D1D;
}
</style>