Shades of Fire Engine Red #D10822
Tints of Fire Engine Red #D10822
RGB
CMYK
RGB Variations
Color information
#D10822 (or 0xD10822) is known color: Fire Engine Red. HEX triplet: D1, 08 and 22. RGB value is (209,8,34). Sum of RGB (Red+Green+Blue) = 209+8+34=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10822 is #2EF7DD. Grayscale: #474747. Windows color (decimal): -3078110 or 2230481. OLE color: 2230481.
HSL color Cylindrical-coordinate representation of color #D10822: hue angle of 352.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10822 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 34 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.18 |
| HSL | 352.24º | 0.93% | 0.43% | - |
| HSV(B) | 352.24º | 0.96% | 0.82% | - |
| XYZ | 26.67 | 13.84 | 2.78 | - |
| YUV | 71.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 34 | 0 | 0.96 | 0.84 | 0.18 | 352.24 | 0.93 | 0.43 |
| Hex | D1 | 8 | 22 | 0 | 60 | 54 | 12 | 160 | 5D | 2B |
| Octal | 321 | 10 | 42 | 0 | 140 | 124 | 22 | 540 | 135 | 53 |
| Binary | 11010001 | 1000 | 100010 | 0 | 1100000 | 1010100 | 10010 | 101100000 | 1011101 | 101011 |
Color Harmonies of #D10822
Complementary color
Monochromatic Colors of #D10822
Black with #D10822
Text Example
Text Example
White with #D10822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10822; }
p { color: rgb(209,8,34); }
H1.HeaderClassName
{
color: #D10822;
}
.AnyTagClassName
{
color: #D10822;
}
</style>
background-color css
<style>
a { background-color: #D10822; }
a { background-color: rgb(209,8,34); }
div.DivClassName
{
background-color: #D10822;
}
.BgClassName
{
background-color: #D10822;
}
</style>
border-color css
<style>
span { border-color: #D10822; }
span { border-color: rgb(209,8,34); }
td.TdClassName
{
border-color: #D10822;
}
.TagClassName
{
border-color: #D10822;
}
</style>