Html Css Color HEX #E5330F Harley Davidson Orange
📋 copy color: '#E5330F'red 229 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #E5330F
Tints of Harley Davidson Orange #E5330F
RGB
CMYK
RGB Variations
Color information
#E5330F (or 0xE5330F) is known color: Harley Davidson Orange. HEX triplet: E5, 33 and 0F. RGB value is (229,51,15). Sum of RGB (Red+Green+Blue) = 229+51+15=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5330F is #1ACCF0. Grayscale: #646464. Windows color (decimal): -1756401 or 996325. OLE color: 996325.
HSL color Cylindrical-coordinate representation of color #E5330F: hue angle of 10.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5330F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 51 | 15 | - |
CMYK | 0 | 0.78 | 0.93 | 0.10 |
HSL | 10.09º | 0.88% | 0.48% | - |
HSV(B) | 10.09º | 0.93% | 0.9% | - |
XYZ | 33.58 | 19.06 | 2.36 | - |
YUV | 100.12 | 79.97 | 219.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 51 | 15 | 0 | 0.78 | 0.93 | 0.10 | 10.09 | 0.88 | 0.48 |
Hex | E5 | 33 | F | 0 | 4E | 5D | A | A | 58 | 30 |
Octal | 345 | 63 | 17 | 0 | 116 | 135 | 12 | 12 | 130 | 60 |
Binary | 11100101 | 110011 | 1111 | 0 | 1001110 | 1011101 | 1010 | 1010 | 1011000 | 110000 |
Color Harmonies of #E5330F
Complementary color
Monochromatic Colors of #E5330F
Black with #E5330F
Text Example
Text Example
White with #E5330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5330F; }
p { color: rgb(229,51,15); }
H1.HeaderClassName
{
color: #E5330F;
}
.AnyTagClassName
{
color: #E5330F;
}
</style>
background-color css
<style>
a { background-color: #E5330F; }
a { background-color: rgb(229,51,15); }
div.DivClassName
{
background-color: #E5330F;
}
.BgClassName
{
background-color: #E5330F;
}
</style>
border-color css
<style>
span { border-color: #E5330F; }
span { border-color: rgb(229,51,15); }
td.TdClassName
{
border-color: #E5330F;
}
.TagClassName
{
border-color: #E5330F;
}
</style>