Html Css Color HEX #E2330B Harley Davidson Orange
📋 copy color: '#E2330B'red 226 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #E2330B
Tints of Harley Davidson Orange #E2330B
RGB
CMYK
RGB Variations
Color information
#E2330B (or 0xE2330B) is known color: Harley Davidson Orange. HEX triplet: E2, 33 and 0B. RGB value is (226,51,11). Sum of RGB (Red+Green+Blue) = 226+51+11=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E2330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2330B is #1DCCF4. Grayscale: #636363. Windows color (decimal): -1953013 or 734178. OLE color: 734178.
HSL color Cylindrical-coordinate representation of color #E2330B: hue angle of 11.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2330B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.11 |
| HSL | 11.16º | 0.91% | 0.46% | - |
| HSV(B) | 11.16º | 0.95% | 0.89% | - |
| XYZ | 32.61 | 18.56 | 2.18 | - |
| YUV | 98.77 | 78.48 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 11 | 0 | 0.77 | 0.95 | 0.11 | 11.16 | 0.91 | 0.46 |
| Hex | E2 | 33 | B | 0 | 4D | 5F | B | B | 5B | 2E |
| Octal | 342 | 63 | 13 | 0 | 115 | 137 | 13 | 13 | 133 | 56 |
| Binary | 11100010 | 110011 | 1011 | 0 | 1001101 | 1011111 | 1011 | 1011 | 1011011 | 101110 |
Color Harmonies of #E2330B
Complementary color
Monochromatic Colors of #E2330B
Black with #E2330B
Text Example
Text Example
White with #E2330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2330B; }
p { color: rgb(226,51,11); }
H1.HeaderClassName
{
color: #E2330B;
}
.AnyTagClassName
{
color: #E2330B;
}
</style>
background-color css
<style>
a { background-color: #E2330B; }
a { background-color: rgb(226,51,11); }
div.DivClassName
{
background-color: #E2330B;
}
.BgClassName
{
background-color: #E2330B;
}
</style>
border-color css
<style>
span { border-color: #E2330B; }
span { border-color: rgb(226,51,11); }
td.TdClassName
{
border-color: #E2330B;
}
.TagClassName
{
border-color: #E2330B;
}
</style>