Html Css Color HEX #E33F0B Harley Davidson Orange
📋 copy color: '#E33F0B'red 227 ◦ green 63 ◦ blue 11
Shades of Harley Davidson Orange #E33F0B
Tints of Harley Davidson Orange #E33F0B
RGB
CMYK
RGB Variations
Color information
#E33F0B (or 0xE33F0B) is known color: Harley Davidson Orange. HEX triplet: E3, 3F and 0B. RGB value is (227,63,11). Sum of RGB (Red+Green+Blue) = 227+63+11=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33F0B is #1CC0F4. Grayscale: #6A6A6A. Windows color (decimal): -1884405 or 737251. OLE color: 737251.
HSL color Cylindrical-coordinate representation of color #E33F0B: hue angle of 14.44º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E33F0B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.11 |
| HSL | 14.44º | 0.91% | 0.47% | - |
| HSV(B) | 14.44º | 0.95% | 0.89% | - |
| XYZ | 33.52 | 19.91 | 2.39 | - |
| YUV | 106.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 11 | 0 | 0.72 | 0.95 | 0.11 | 14.44 | 0.91 | 0.47 |
| Hex | E3 | 3F | B | 0 | 48 | 5F | B | E | 5B | 2F |
| Octal | 343 | 77 | 13 | 0 | 110 | 137 | 13 | 16 | 133 | 57 |
| Binary | 11100011 | 111111 | 1011 | 0 | 1001000 | 1011111 | 1011 | 1110 | 1011011 | 101111 |
Color Harmonies of #E33F0B
Complementary color
Monochromatic Colors of #E33F0B
Black with #E33F0B
Text Example
Text Example
White with #E33F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F0B; }
p { color: rgb(227,63,11); }
H1.HeaderClassName
{
color: #E33F0B;
}
.AnyTagClassName
{
color: #E33F0B;
}
</style>
background-color css
<style>
a { background-color: #E33F0B; }
a { background-color: rgb(227,63,11); }
div.DivClassName
{
background-color: #E33F0B;
}
.BgClassName
{
background-color: #E33F0B;
}
</style>
border-color css
<style>
span { border-color: #E33F0B; }
span { border-color: rgb(227,63,11); }
td.TdClassName
{
border-color: #E33F0B;
}
.TagClassName
{
border-color: #E33F0B;
}
</style>