Html Css Color HEX #E0360B Harley Davidson Orange
📋 copy color: '#E0360B'red 224 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #E0360B
Tints of Harley Davidson Orange #E0360B
RGB
CMYK
RGB Variations
Color information
#E0360B (or 0xE0360B) is known color: Harley Davidson Orange. HEX triplet: E0, 36 and 0B. RGB value is (224,54,11). Sum of RGB (Red+Green+Blue) = 224+54+11=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0360B is #1FC9F4. Grayscale: #646464. Windows color (decimal): -2083317 or 734944. OLE color: 734944.
HSL color Cylindrical-coordinate representation of color #E0360B: hue angle of 12.11º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0360B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.12 |
| HSL | 12.11º | 0.91% | 0.46% | - |
| HSV(B) | 12.11º | 0.95% | 0.88% | - |
| XYZ | 32.12 | 18.51 | 2.2 | - |
| YUV | 99.93 | 77.82 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 11 | 0 | 0.76 | 0.95 | 0.12 | 12.11 | 0.91 | 0.46 |
| Hex | E0 | 36 | B | 0 | 4C | 5F | C | C | 5B | 2E |
| Octal | 340 | 66 | 13 | 0 | 114 | 137 | 14 | 14 | 133 | 56 |
| Binary | 11100000 | 110110 | 1011 | 0 | 1001100 | 1011111 | 1100 | 1100 | 1011011 | 101110 |
Color Harmonies of #E0360B
Complementary color
Monochromatic Colors of #E0360B
Black with #E0360B
Text Example
Text Example
White with #E0360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0360B; }
p { color: rgb(224,54,11); }
H1.HeaderClassName
{
color: #E0360B;
}
.AnyTagClassName
{
color: #E0360B;
}
</style>
background-color css
<style>
a { background-color: #E0360B; }
a { background-color: rgb(224,54,11); }
div.DivClassName
{
background-color: #E0360B;
}
.BgClassName
{
background-color: #E0360B;
}
</style>
border-color css
<style>
span { border-color: #E0360B; }
span { border-color: rgb(224,54,11); }
td.TdClassName
{
border-color: #E0360B;
}
.TagClassName
{
border-color: #E0360B;
}
</style>