Html Css Color HEX #E5380F Harley Davidson Orange
📋 copy color: '#E5380F'red 229 ◦ green 56 ◦ blue 15
Shades of Harley Davidson Orange #E5380F
Tints of Harley Davidson Orange #E5380F
RGB
CMYK
RGB Variations
Color information
#E5380F (or 0xE5380F) is known color: Harley Davidson Orange. HEX triplet: E5, 38 and 0F. RGB value is (229,56,15). Sum of RGB (Red+Green+Blue) = 229+56+15=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E5380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5380F is #1AC7F0. Grayscale: #676767. Windows color (decimal): -1755121 or 997605. OLE color: 997605.
HSL color Cylindrical-coordinate representation of color #E5380F: hue angle of 11.5º 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 #E5380F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.10 |
| HSL | 11.5º | 0.88% | 0.48% | - |
| HSV(B) | 11.5º | 0.93% | 0.9% | - |
| XYZ | 33.81 | 19.52 | 2.44 | - |
| YUV | 103.05 | 78.31 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 15 | 0 | 0.76 | 0.93 | 0.10 | 11.5 | 0.88 | 0.48 |
| Hex | E5 | 38 | F | 0 | 4C | 5D | A | B | 58 | 30 |
| Octal | 345 | 70 | 17 | 0 | 114 | 135 | 12 | 13 | 130 | 60 |
| Binary | 11100101 | 111000 | 1111 | 0 | 1001100 | 1011101 | 1010 | 1011 | 1011000 | 110000 |
Color Harmonies of #E5380F
Complementary color
Monochromatic Colors of #E5380F
Black with #E5380F
Text Example
Text Example
White with #E5380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5380F; }
p { color: rgb(229,56,15); }
H1.HeaderClassName
{
color: #E5380F;
}
.AnyTagClassName
{
color: #E5380F;
}
</style>
background-color css
<style>
a { background-color: #E5380F; }
a { background-color: rgb(229,56,15); }
div.DivClassName
{
background-color: #E5380F;
}
.BgClassName
{
background-color: #E5380F;
}
</style>
border-color css
<style>
span { border-color: #E5380F; }
span { border-color: rgb(229,56,15); }
td.TdClassName
{
border-color: #E5380F;
}
.TagClassName
{
border-color: #E5380F;
}
</style>