Html Css Color HEX #E5330B Harley Davidson Orange
📋 copy color: '#E5330B'red 229 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #E5330B
Tints of Harley Davidson Orange #E5330B
RGB
CMYK
RGB Variations
Color information
#E5330B (or 0xE5330B) is known color: Harley Davidson Orange. HEX triplet: E5, 33 and 0B. RGB value is (229,51,11). Sum of RGB (Red+Green+Blue) = 229+51+11=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E5330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5330B is #1ACCF4. Grayscale: #646464. Windows color (decimal): -1756405 or 734181. OLE color: 734181.
HSL color Cylindrical-coordinate representation of color #E5330B: hue angle of 11.01º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5330B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.10 |
| HSL | 11.01º | 0.91% | 0.47% | - |
| HSV(B) | 11.01º | 0.95% | 0.9% | - |
| XYZ | 33.56 | 19.05 | 2.22 | - |
| YUV | 99.66 | 77.97 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 11 | 0 | 0.78 | 0.95 | 0.10 | 11.01 | 0.91 | 0.47 |
| Hex | E5 | 33 | B | 0 | 4E | 5F | A | B | 5B | 2F |
| Octal | 345 | 63 | 13 | 0 | 116 | 137 | 12 | 13 | 133 | 57 |
| Binary | 11100101 | 110011 | 1011 | 0 | 1001110 | 1011111 | 1010 | 1011 | 1011011 | 101111 |
Color Harmonies of #E5330B
Complementary color
Monochromatic Colors of #E5330B
Black with #E5330B
Text Example
Text Example
White with #E5330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5330B; }
p { color: rgb(229,51,11); }
H1.HeaderClassName
{
color: #E5330B;
}
.AnyTagClassName
{
color: #E5330B;
}
</style>
background-color css
<style>
a { background-color: #E5330B; }
a { background-color: rgb(229,51,11); }
div.DivClassName
{
background-color: #E5330B;
}
.BgClassName
{
background-color: #E5330B;
}
</style>
border-color css
<style>
span { border-color: #E5330B; }
span { border-color: rgb(229,51,11); }
td.TdClassName
{
border-color: #E5330B;
}
.TagClassName
{
border-color: #E5330B;
}
</style>