Html Css Color HEX #E1230E Harley Davidson Orange
📋 copy color: '#E1230E'red 225 ◦ green 35 ◦ blue 14
Shades of Harley Davidson Orange #E1230E
Tints of Harley Davidson Orange #E1230E
RGB
CMYK
RGB Variations
Color information
#E1230E (or 0xE1230E) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 0E. RGB value is (225,35,14). Sum of RGB (Red+Green+Blue) = 225+35+14=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1230E is #1EDCF1. Grayscale: #595959. Windows color (decimal): -2022642 or 926689. OLE color: 926689.
HSL color Cylindrical-coordinate representation of color #E1230E: hue angle of 5.97º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1230E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.12 |
| HSL | 5.97º | 0.88% | 0.47% | - |
| HSV(B) | 5.97º | 0.94% | 0.88% | - |
| XYZ | 31.73 | 17.24 | 2.07 | - |
| YUV | 89.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 14 | 0 | 0.84 | 0.94 | 0.12 | 5.97 | 0.88 | 0.47 |
| Hex | E1 | 23 | E | 0 | 54 | 5E | C | 6 | 58 | 2F |
| Octal | 341 | 43 | 16 | 0 | 124 | 136 | 14 | 6 | 130 | 57 |
| Binary | 11100001 | 100011 | 1110 | 0 | 1010100 | 1011110 | 1100 | 110 | 1011000 | 101111 |
Color Harmonies of #E1230E
Complementary color
Monochromatic Colors of #E1230E
Black with #E1230E
Text Example
Text Example
White with #E1230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1230E; }
p { color: rgb(225,35,14); }
H1.HeaderClassName
{
color: #E1230E;
}
.AnyTagClassName
{
color: #E1230E;
}
</style>
background-color css
<style>
a { background-color: #E1230E; }
a { background-color: rgb(225,35,14); }
div.DivClassName
{
background-color: #E1230E;
}
.BgClassName
{
background-color: #E1230E;
}
</style>
border-color css
<style>
span { border-color: #E1230E; }
span { border-color: rgb(225,35,14); }
td.TdClassName
{
border-color: #E1230E;
}
.TagClassName
{
border-color: #E1230E;
}
</style>