Shades of Fire Engine Red #D10826
Tints of Fire Engine Red #D10826
RGB
CMYK
RGB Variations
Color information
#D10826 (or 0xD10826) is known color: Fire Engine Red. HEX triplet: D1, 08 and 26. RGB value is (209,8,38). Sum of RGB (Red+Green+Blue) = 209+8+38=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D10826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10826 is #2EF7D9. Grayscale: #474747. Windows color (decimal): -3078106 or 2492625. OLE color: 2492625.
HSL color Cylindrical-coordinate representation of color #D10826: hue angle of 351.04º 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 #D10826 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 38 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.18 |
| HSL | 351.04º | 0.93% | 0.43% | - |
| HSV(B) | 351.04º | 0.96% | 0.82% | - |
| XYZ | 26.73 | 13.87 | 3.1 | - |
| YUV | 71.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 38 | 0 | 0.96 | 0.82 | 0.18 | 351.04 | 0.93 | 0.43 |
| Hex | D1 | 8 | 26 | 0 | 60 | 52 | 12 | 15F | 5D | 2B |
| Octal | 321 | 10 | 46 | 0 | 140 | 122 | 22 | 537 | 135 | 53 |
| Binary | 11010001 | 1000 | 100110 | 0 | 1100000 | 1010010 | 10010 | 101011111 | 1011101 | 101011 |
Color Harmonies of #D10826
Complementary color
Monochromatic Colors of #D10826
Black with #D10826
Text Example
Text Example
White with #D10826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10826; }
p { color: rgb(209,8,38); }
H1.HeaderClassName
{
color: #D10826;
}
.AnyTagClassName
{
color: #D10826;
}
</style>
background-color css
<style>
a { background-color: #D10826; }
a { background-color: rgb(209,8,38); }
div.DivClassName
{
background-color: #D10826;
}
.BgClassName
{
background-color: #D10826;
}
</style>
border-color css
<style>
span { border-color: #D10826; }
span { border-color: rgb(209,8,38); }
td.TdClassName
{
border-color: #D10826;
}
.TagClassName
{
border-color: #D10826;
}
</style>