Html Css Color HEX #E5370D Harley Davidson Orange
📋 copy color: '#E5370D'red 229 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #E5370D
Tints of Harley Davidson Orange #E5370D
RGB
CMYK
RGB Variations
Color information
#E5370D (or 0xE5370D) is known color: Harley Davidson Orange. HEX triplet: E5, 37 and 0D. RGB value is (229,55,13). Sum of RGB (Red+Green+Blue) = 229+55+13=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E5370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5370D is #1AC8F2. Grayscale: #666666. Windows color (decimal): -1755379 or 866277. OLE color: 866277.
HSL color Cylindrical-coordinate representation of color #E5370D: hue angle of 11.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5370D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.10 |
| HSL | 11.67º | 0.89% | 0.47% | - |
| HSV(B) | 11.67º | 0.94% | 0.9% | - |
| XYZ | 33.75 | 19.42 | 2.35 | - |
| YUV | 102.24 | 77.65 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 13 | 0 | 0.76 | 0.94 | 0.10 | 11.67 | 0.89 | 0.47 |
| Hex | E5 | 37 | D | 0 | 4C | 5E | A | C | 59 | 2F |
| Octal | 345 | 67 | 15 | 0 | 114 | 136 | 12 | 14 | 131 | 57 |
| Binary | 11100101 | 110111 | 1101 | 0 | 1001100 | 1011110 | 1010 | 1100 | 1011001 | 101111 |
Color Harmonies of #E5370D
Complementary color
Monochromatic Colors of #E5370D
Black with #E5370D
Text Example
Text Example
White with #E5370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5370D; }
p { color: rgb(229,55,13); }
H1.HeaderClassName
{
color: #E5370D;
}
.AnyTagClassName
{
color: #E5370D;
}
</style>
background-color css
<style>
a { background-color: #E5370D; }
a { background-color: rgb(229,55,13); }
div.DivClassName
{
background-color: #E5370D;
}
.BgClassName
{
background-color: #E5370D;
}
</style>
border-color css
<style>
span { border-color: #E5370D; }
span { border-color: rgb(229,55,13); }
td.TdClassName
{
border-color: #E5370D;
}
.TagClassName
{
border-color: #E5370D;
}
</style>