Html Css Color HEX #E02812 Harley Davidson Orange
📋 copy color: '#E02812'red 224 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #E02812
Tints of Harley Davidson Orange #E02812
RGB
CMYK
RGB Variations
Color information
#E02812 (or 0xE02812) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 12. RGB value is (224,40,18). Sum of RGB (Red+Green+Blue) = 224+40+18=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E02812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02812 is #1FD7ED. Grayscale: #5C5C5C. Windows color (decimal): -2086894 or 1190112. OLE color: 1190112.
HSL color Cylindrical-coordinate representation of color #E02812: hue angle of 6.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02812 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.12 |
| HSL | 6.41º | 0.85% | 0.47% | - |
| HSV(B) | 6.41º | 0.92% | 0.88% | - |
| XYZ | 31.61 | 17.41 | 2.27 | - |
| YUV | 92.51 | 85.96 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 18 | 0 | 0.82 | 0.92 | 0.12 | 6.41 | 0.85 | 0.47 |
| Hex | E0 | 28 | 12 | 0 | 52 | 5C | C | 6 | 55 | 2F |
| Octal | 340 | 50 | 22 | 0 | 122 | 134 | 14 | 6 | 125 | 57 |
| Binary | 11100000 | 101000 | 10010 | 0 | 1010010 | 1011100 | 1100 | 110 | 1010101 | 101111 |
Color Harmonies of #E02812
Complementary color
Monochromatic Colors of #E02812
Black with #E02812
Text Example
Text Example
White with #E02812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02812; }
p { color: rgb(224,40,18); }
H1.HeaderClassName
{
color: #E02812;
}
.AnyTagClassName
{
color: #E02812;
}
</style>
background-color css
<style>
a { background-color: #E02812; }
a { background-color: rgb(224,40,18); }
div.DivClassName
{
background-color: #E02812;
}
.BgClassName
{
background-color: #E02812;
}
</style>
border-color css
<style>
span { border-color: #E02812; }
span { border-color: rgb(224,40,18); }
td.TdClassName
{
border-color: #E02812;
}
.TagClassName
{
border-color: #E02812;
}
</style>