Html Css Color HEX #E1230F Harley Davidson Orange
📋 copy color: '#E1230F'red 225 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #E1230F
Tints of Harley Davidson Orange #E1230F
RGB
CMYK
RGB Variations
Color information
#E1230F (or 0xE1230F) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 0F. RGB value is (225,35,15). Sum of RGB (Red+Green+Blue) = 225+35+15=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E1230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1230F is #1EDCF0. Grayscale: #595959. Windows color (decimal): -2022641 or 992225. OLE color: 992225.
HSL color Cylindrical-coordinate representation of color #E1230F: hue angle of 5.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1230F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.12 |
| HSL | 5.71º | 0.88% | 0.47% | - |
| HSV(B) | 5.71º | 0.93% | 0.88% | - |
| XYZ | 31.74 | 17.24 | 2.11 | - |
| YUV | 89.53 | 85.95 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 15 | 0 | 0.84 | 0.93 | 0.12 | 5.71 | 0.88 | 0.47 |
| Hex | E1 | 23 | F | 0 | 54 | 5D | C | 6 | 58 | 2F |
| Octal | 341 | 43 | 17 | 0 | 124 | 135 | 14 | 6 | 130 | 57 |
| Binary | 11100001 | 100011 | 1111 | 0 | 1010100 | 1011101 | 1100 | 110 | 1011000 | 101111 |
Color Harmonies of #E1230F
Complementary color
Monochromatic Colors of #E1230F
Black with #E1230F
Text Example
Text Example
White with #E1230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1230F; }
p { color: rgb(225,35,15); }
H1.HeaderClassName
{
color: #E1230F;
}
.AnyTagClassName
{
color: #E1230F;
}
</style>
background-color css
<style>
a { background-color: #E1230F; }
a { background-color: rgb(225,35,15); }
div.DivClassName
{
background-color: #E1230F;
}
.BgClassName
{
background-color: #E1230F;
}
</style>
border-color css
<style>
span { border-color: #E1230F; }
span { border-color: rgb(225,35,15); }
td.TdClassName
{
border-color: #E1230F;
}
.TagClassName
{
border-color: #E1230F;
}
</style>