Html Css Color HEX #E33013 Harley Davidson Orange
📋 copy color: '#E33013'red 227 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #E33013
Tints of Harley Davidson Orange #E33013
RGB
CMYK
RGB Variations
Color information
#E33013 (or 0xE33013) is known color: Harley Davidson Orange. HEX triplet: E3, 30 and 13. RGB value is (227,48,19). Sum of RGB (Red+Green+Blue) = 227+48+19=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E33013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33013 is #1CCFEC. Grayscale: #626262. Windows color (decimal): -1888237 or 1257699. OLE color: 1257699.
HSL color Cylindrical-coordinate representation of color #E33013: hue angle of 8.37º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E33013 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.11 |
| HSL | 8.37º | 0.85% | 0.48% | - |
| HSV(B) | 8.37º | 0.92% | 0.89% | - |
| XYZ | 32.85 | 18.49 | 2.45 | - |
| YUV | 98.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 19 | 0 | 0.79 | 0.92 | 0.11 | 8.37 | 0.85 | 0.48 |
| Hex | E3 | 30 | 13 | 0 | 4F | 5C | B | 8 | 55 | 30 |
| Octal | 343 | 60 | 23 | 0 | 117 | 134 | 13 | 10 | 125 | 60 |
| Binary | 11100011 | 110000 | 10011 | 0 | 1001111 | 1011100 | 1011 | 1000 | 1010101 | 110000 |
Color Harmonies of #E33013
Complementary color
Monochromatic Colors of #E33013
Black with #E33013
Text Example
Text Example
White with #E33013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33013; }
p { color: rgb(227,48,19); }
H1.HeaderClassName
{
color: #E33013;
}
.AnyTagClassName
{
color: #E33013;
}
</style>
background-color css
<style>
a { background-color: #E33013; }
a { background-color: rgb(227,48,19); }
div.DivClassName
{
background-color: #E33013;
}
.BgClassName
{
background-color: #E33013;
}
</style>
border-color css
<style>
span { border-color: #E33013; }
span { border-color: rgb(227,48,19); }
td.TdClassName
{
border-color: #E33013;
}
.TagClassName
{
border-color: #E33013;
}
</style>