Html Css Color HEX #E2250F Harley Davidson Orange
📋 copy color: '#E2250F'red 226 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #E2250F
Tints of Harley Davidson Orange #E2250F
RGB
CMYK
RGB Variations
Color information
#E2250F (or 0xE2250F) is known color: Harley Davidson Orange. HEX triplet: E2, 25 and 0F. RGB value is (226,37,15). Sum of RGB (Red+Green+Blue) = 226+37+15=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E2250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2250F is #1DDAF0. Grayscale: #5B5B5B. Windows color (decimal): -1956593 or 992738. OLE color: 992738.
HSL color Cylindrical-coordinate representation of color #E2250F: hue angle of 6.26º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2250F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.11 |
| HSL | 6.26º | 0.88% | 0.47% | - |
| HSV(B) | 6.26º | 0.93% | 0.89% | - |
| XYZ | 32.11 | 17.53 | 2.14 | - |
| YUV | 91 | 85.12 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 15 | 0 | 0.84 | 0.93 | 0.11 | 6.26 | 0.88 | 0.47 |
| Hex | E2 | 25 | F | 0 | 54 | 5D | B | 6 | 58 | 2F |
| Octal | 342 | 45 | 17 | 0 | 124 | 135 | 13 | 6 | 130 | 57 |
| Binary | 11100010 | 100101 | 1111 | 0 | 1010100 | 1011101 | 1011 | 110 | 1011000 | 101111 |
Color Harmonies of #E2250F
Complementary color
Monochromatic Colors of #E2250F
Black with #E2250F
Text Example
Text Example
White with #E2250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2250F; }
p { color: rgb(226,37,15); }
H1.HeaderClassName
{
color: #E2250F;
}
.AnyTagClassName
{
color: #E2250F;
}
</style>
background-color css
<style>
a { background-color: #E2250F; }
a { background-color: rgb(226,37,15); }
div.DivClassName
{
background-color: #E2250F;
}
.BgClassName
{
background-color: #E2250F;
}
</style>
border-color css
<style>
span { border-color: #E2250F; }
span { border-color: rgb(226,37,15); }
td.TdClassName
{
border-color: #E2250F;
}
.TagClassName
{
border-color: #E2250F;
}
</style>