Html Css Color HEX #E22812 Harley Davidson Orange
📋 copy color: '#E22812'red 226 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #E22812
Tints of Harley Davidson Orange #E22812
RGB
CMYK
RGB Variations
Color information
#E22812 (or 0xE22812) is known color: Harley Davidson Orange. HEX triplet: E2, 28 and 12. RGB value is (226,40,18). Sum of RGB (Red+Green+Blue) = 226+40+18=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E22812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22812 is #1DD7ED. Grayscale: #5D5D5D. Windows color (decimal): -1955822 or 1190114. OLE color: 1190114.
HSL color Cylindrical-coordinate representation of color #E22812: hue angle of 6.35º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E22812 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.11 |
| HSL | 6.35º | 0.85% | 0.48% | - |
| HSV(B) | 6.35º | 0.92% | 0.89% | - |
| XYZ | 32.23 | 17.73 | 2.3 | - |
| YUV | 93.11 | 85.62 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 18 | 0 | 0.82 | 0.92 | 0.11 | 6.35 | 0.85 | 0.48 |
| Hex | E2 | 28 | 12 | 0 | 52 | 5C | B | 6 | 55 | 30 |
| Octal | 342 | 50 | 22 | 0 | 122 | 134 | 13 | 6 | 125 | 60 |
| Binary | 11100010 | 101000 | 10010 | 0 | 1010010 | 1011100 | 1011 | 110 | 1010101 | 110000 |
Color Harmonies of #E22812
Complementary color
Monochromatic Colors of #E22812
Black with #E22812
Text Example
Text Example
White with #E22812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22812; }
p { color: rgb(226,40,18); }
H1.HeaderClassName
{
color: #E22812;
}
.AnyTagClassName
{
color: #E22812;
}
</style>
background-color css
<style>
a { background-color: #E22812; }
a { background-color: rgb(226,40,18); }
div.DivClassName
{
background-color: #E22812;
}
.BgClassName
{
background-color: #E22812;
}
</style>
border-color css
<style>
span { border-color: #E22812; }
span { border-color: rgb(226,40,18); }
td.TdClassName
{
border-color: #E22812;
}
.TagClassName
{
border-color: #E22812;
}
</style>