Html Css Color HEX #E33205 Harley Davidson Orange
📋 copy color: '#E33205'red 227 ◦ green 50 ◦ blue 5
Shades of Harley Davidson Orange #E33205
Tints of Harley Davidson Orange #E33205
RGB
CMYK
RGB Variations
Color information
#E33205 (or 0xE33205) is known color: Harley Davidson Orange. HEX triplet: E3, 32 and 05. RGB value is (227,50,5). Sum of RGB (Red+Green+Blue) = 227+50+5=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E33205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33205 is #1CCDFA. Grayscale: #626262. Windows color (decimal): -1887739 or 340707. OLE color: 340707.
HSL color Cylindrical-coordinate representation of color #E33205: hue angle of 12.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E33205 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.11 |
| HSL | 12.16º | 0.96% | 0.45% | - |
| HSV(B) | 12.16º | 0.98% | 0.89% | - |
| XYZ | 32.85 | 18.62 | 2.01 | - |
| YUV | 97.79 | 75.64 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 5 | 0 | 0.78 | 0.98 | 0.11 | 12.16 | 0.96 | 0.45 |
| Hex | E3 | 32 | 5 | 0 | 4E | 62 | B | C | 60 | 2D |
| Octal | 343 | 62 | 5 | 0 | 116 | 142 | 13 | 14 | 140 | 55 |
| Binary | 11100011 | 110010 | 101 | 0 | 1001110 | 1100010 | 1011 | 1100 | 1100000 | 101101 |
Color Harmonies of #E33205
Complementary color
Monochromatic Colors of #E33205
Black with #E33205
Text Example
Text Example
White with #E33205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33205; }
p { color: rgb(227,50,5); }
H1.HeaderClassName
{
color: #E33205;
}
.AnyTagClassName
{
color: #E33205;
}
</style>
background-color css
<style>
a { background-color: #E33205; }
a { background-color: rgb(227,50,5); }
div.DivClassName
{
background-color: #E33205;
}
.BgClassName
{
background-color: #E33205;
}
</style>
border-color css
<style>
span { border-color: #E33205; }
span { border-color: rgb(227,50,5); }
td.TdClassName
{
border-color: #E33205;
}
.TagClassName
{
border-color: #E33205;
}
</style>