Html Css Color HEX #E2250C Harley Davidson Orange
📋 copy color: '#E2250C'red 226 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #E2250C
Tints of Harley Davidson Orange #E2250C
RGB
CMYK
RGB Variations
Color information
#E2250C (or 0xE2250C) is known color: Harley Davidson Orange. HEX triplet: E2, 25 and 0C. RGB value is (226,37,12). Sum of RGB (Red+Green+Blue) = 226+37+12=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E2250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2250C is #1DDAF3. Grayscale: #5A5A5A. Windows color (decimal): -1956596 or 796130. OLE color: 796130.
HSL color Cylindrical-coordinate representation of color #E2250C: hue angle of 7.01º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2250C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.11 |
| HSL | 7.01º | 0.9% | 0.47% | - |
| HSV(B) | 7.01º | 0.95% | 0.89% | - |
| XYZ | 32.09 | 17.52 | 2.04 | - |
| YUV | 90.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 12 | 0 | 0.84 | 0.95 | 0.11 | 7.01 | 0.9 | 0.47 |
| Hex | E2 | 25 | C | 0 | 54 | 5F | B | 7 | 5A | 2F |
| Octal | 342 | 45 | 14 | 0 | 124 | 137 | 13 | 7 | 132 | 57 |
| Binary | 11100010 | 100101 | 1100 | 0 | 1010100 | 1011111 | 1011 | 111 | 1011010 | 101111 |
Color Harmonies of #E2250C
Complementary color
Monochromatic Colors of #E2250C
Black with #E2250C
Text Example
Text Example
White with #E2250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2250C; }
p { color: rgb(226,37,12); }
H1.HeaderClassName
{
color: #E2250C;
}
.AnyTagClassName
{
color: #E2250C;
}
</style>
background-color css
<style>
a { background-color: #E2250C; }
a { background-color: rgb(226,37,12); }
div.DivClassName
{
background-color: #E2250C;
}
.BgClassName
{
background-color: #E2250C;
}
</style>
border-color css
<style>
span { border-color: #E2250C; }
span { border-color: rgb(226,37,12); }
td.TdClassName
{
border-color: #E2250C;
}
.TagClassName
{
border-color: #E2250C;
}
</style>