Html Css Color HEX #E1330F Harley Davidson Orange
📋 copy color: '#E1330F'red 225 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #E1330F
Tints of Harley Davidson Orange #E1330F
RGB
CMYK
RGB Variations
Color information
#E1330F (or 0xE1330F) is known color: Harley Davidson Orange. HEX triplet: E1, 33 and 0F. RGB value is (225,51,15). Sum of RGB (Red+Green+Blue) = 225+51+15=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1330F is #1ECCF0. Grayscale: #636363. Windows color (decimal): -2018545 or 996321. OLE color: 996321.
HSL color Cylindrical-coordinate representation of color #E1330F: hue angle of 10.29º 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 #E1330F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.12 |
| HSL | 10.29º | 0.88% | 0.47% | - |
| HSV(B) | 10.29º | 0.93% | 0.88% | - |
| XYZ | 32.32 | 18.41 | 2.3 | - |
| YUV | 98.92 | 80.65 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 15 | 0 | 0.77 | 0.93 | 0.12 | 10.29 | 0.88 | 0.47 |
| Hex | E1 | 33 | F | 0 | 4D | 5D | C | A | 58 | 2F |
| Octal | 341 | 63 | 17 | 0 | 115 | 135 | 14 | 12 | 130 | 57 |
| Binary | 11100001 | 110011 | 1111 | 0 | 1001101 | 1011101 | 1100 | 1010 | 1011000 | 101111 |
Color Harmonies of #E1330F
Complementary color
Monochromatic Colors of #E1330F
Black with #E1330F
Text Example
Text Example
White with #E1330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1330F; }
p { color: rgb(225,51,15); }
H1.HeaderClassName
{
color: #E1330F;
}
.AnyTagClassName
{
color: #E1330F;
}
</style>
background-color css
<style>
a { background-color: #E1330F; }
a { background-color: rgb(225,51,15); }
div.DivClassName
{
background-color: #E1330F;
}
.BgClassName
{
background-color: #E1330F;
}
</style>
border-color css
<style>
span { border-color: #E1330F; }
span { border-color: rgb(225,51,15); }
td.TdClassName
{
border-color: #E1330F;
}
.TagClassName
{
border-color: #E1330F;
}
</style>