Html Css Color HEX #E1230D Harley Davidson Orange
📋 copy color: '#E1230D'red 225 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #E1230D
Tints of Harley Davidson Orange #E1230D
RGB
CMYK
RGB Variations
Color information
#E1230D (or 0xE1230D) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 0D. RGB value is (225,35,13). Sum of RGB (Red+Green+Blue) = 225+35+13=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1230D is #1EDCF2. Grayscale: #595959. Windows color (decimal): -2022643 or 861153. OLE color: 861153.
HSL color Cylindrical-coordinate representation of color #E1230D: hue angle of 6.23º degrees, saturation: 0.89, 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 #E1230D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.12 |
| HSL | 6.23º | 0.89% | 0.47% | - |
| HSV(B) | 6.23º | 0.94% | 0.88% | - |
| XYZ | 31.73 | 17.24 | 2.04 | - |
| YUV | 89.3 | 84.95 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 13 | 0 | 0.84 | 0.94 | 0.12 | 6.23 | 0.89 | 0.47 |
| Hex | E1 | 23 | D | 0 | 54 | 5E | C | 6 | 59 | 2F |
| Octal | 341 | 43 | 15 | 0 | 124 | 136 | 14 | 6 | 131 | 57 |
| Binary | 11100001 | 100011 | 1101 | 0 | 1010100 | 1011110 | 1100 | 110 | 1011001 | 101111 |
Color Harmonies of #E1230D
Complementary color
Monochromatic Colors of #E1230D
Black with #E1230D
Text Example
Text Example
White with #E1230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1230D; }
p { color: rgb(225,35,13); }
H1.HeaderClassName
{
color: #E1230D;
}
.AnyTagClassName
{
color: #E1230D;
}
</style>
background-color css
<style>
a { background-color: #E1230D; }
a { background-color: rgb(225,35,13); }
div.DivClassName
{
background-color: #E1230D;
}
.BgClassName
{
background-color: #E1230D;
}
</style>
border-color css
<style>
span { border-color: #E1230D; }
span { border-color: rgb(225,35,13); }
td.TdClassName
{
border-color: #E1230D;
}
.TagClassName
{
border-color: #E1230D;
}
</style>