Shades of Fire Engine Red #D80826
Tints of Fire Engine Red #D80826
RGB
CMYK
RGB Variations
Color information
#D80826 (or 0xD80826) is known color: Fire Engine Red. HEX triplet: D8, 08 and 26. RGB value is (216,8,38). Sum of RGB (Red+Green+Blue) = 216+8+38=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D80826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80826 is #27F7D9. Grayscale: #494949. Windows color (decimal): -2619354 or 2492632. OLE color: 2492632.
HSL color Cylindrical-coordinate representation of color #D80826: hue angle of 351.35º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80826 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 38 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.15 |
| HSL | 351.35º | 0.93% | 0.44% | - |
| HSV(B) | 351.35º | 0.96% | 0.85% | - |
| XYZ | 28.76 | 14.91 | 3.2 | - |
| YUV | 73.61 | 107.91 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 38 | 0 | 0.96 | 0.82 | 0.15 | 351.35 | 0.93 | 0.44 |
| Hex | D8 | 8 | 26 | 0 | 60 | 52 | F | 15F | 5D | 2C |
| Octal | 330 | 10 | 46 | 0 | 140 | 122 | 17 | 537 | 135 | 54 |
| Binary | 11011000 | 1000 | 100110 | 0 | 1100000 | 1010010 | 1111 | 101011111 | 1011101 | 101100 |
Color Harmonies of #D80826
Complementary color
Monochromatic Colors of #D80826
Black with #D80826
Text Example
Text Example
White with #D80826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80826; }
p { color: rgb(216,8,38); }
H1.HeaderClassName
{
color: #D80826;
}
.AnyTagClassName
{
color: #D80826;
}
</style>
background-color css
<style>
a { background-color: #D80826; }
a { background-color: rgb(216,8,38); }
div.DivClassName
{
background-color: #D80826;
}
.BgClassName
{
background-color: #D80826;
}
</style>
border-color css
<style>
span { border-color: #D80826; }
span { border-color: rgb(216,8,38); }
td.TdClassName
{
border-color: #D80826;
}
.TagClassName
{
border-color: #D80826;
}
</style>