Html Css Color HEX #E5300F Harley Davidson Orange
📋 copy color: '#E5300F'red 229 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #E5300F
Tints of Harley Davidson Orange #E5300F
RGB
CMYK
RGB Variations
Color information
#E5300F (or 0xE5300F) is known color: Harley Davidson Orange. HEX triplet: E5, 30 and 0F. RGB value is (229,48,15). Sum of RGB (Red+Green+Blue) = 229+48+15=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5300F is #1ACFF0. Grayscale: #626262. Windows color (decimal): -1757169 or 995557. OLE color: 995557.
HSL color Cylindrical-coordinate representation of color #E5300F: hue angle of 9.25º 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 #E5300F is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 15 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.10 |
| HSL | 9.25º | 0.88% | 0.48% | - |
| HSV(B) | 9.25º | 0.93% | 0.9% | - |
| XYZ | 33.46 | 18.81 | 2.32 | - |
| YUV | 98.36 | 80.97 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 15 | 0 | 0.79 | 0.93 | 0.10 | 9.25 | 0.88 | 0.48 |
| Hex | E5 | 30 | F | 0 | 4F | 5D | A | 9 | 58 | 30 |
| Octal | 345 | 60 | 17 | 0 | 117 | 135 | 12 | 11 | 130 | 60 |
| Binary | 11100101 | 110000 | 1111 | 0 | 1001111 | 1011101 | 1010 | 1001 | 1011000 | 110000 |
Color Harmonies of #E5300F
Complementary color
Monochromatic Colors of #E5300F
Black with #E5300F
Text Example
Text Example
White with #E5300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5300F; }
p { color: rgb(229,48,15); }
H1.HeaderClassName
{
color: #E5300F;
}
.AnyTagClassName
{
color: #E5300F;
}
</style>
background-color css
<style>
a { background-color: #E5300F; }
a { background-color: rgb(229,48,15); }
div.DivClassName
{
background-color: #E5300F;
}
.BgClassName
{
background-color: #E5300F;
}
</style>
border-color css
<style>
span { border-color: #E5300F; }
span { border-color: rgb(229,48,15); }
td.TdClassName
{
border-color: #E5300F;
}
.TagClassName
{
border-color: #E5300F;
}
</style>