Html Css Color HEX #E13C05 Harley Davidson Orange
📋 copy color: '#E13C05'red 225 ◦ green 60 ◦ blue 5
Shades of Harley Davidson Orange #E13C05
Tints of Harley Davidson Orange #E13C05
RGB
CMYK
RGB Variations
Color information
#E13C05 (or 0xE13C05) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 05. RGB value is (225,60,5). Sum of RGB (Red+Green+Blue) = 225+60+5=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C05 is #1EC3FA. Grayscale: #676767. Windows color (decimal): -2016251 or 343265. OLE color: 343265.
HSL color Cylindrical-coordinate representation of color #E13C05: hue angle of 15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E13C05 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.12 |
| HSL | 15º | 0.96% | 0.45% | - |
| HSV(B) | 15º | 0.98% | 0.88% | - |
| XYZ | 32.69 | 19.25 | 2.14 | - |
| YUV | 103.07 | 72.66 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 5 | 0 | 0.73 | 0.98 | 0.12 | 15 | 0.96 | 0.45 |
| Hex | E1 | 3C | 5 | 0 | 49 | 62 | C | F | 60 | 2D |
| Octal | 341 | 74 | 5 | 0 | 111 | 142 | 14 | 17 | 140 | 55 |
| Binary | 11100001 | 111100 | 101 | 0 | 1001001 | 1100010 | 1100 | 1111 | 1100000 | 101101 |
Color Harmonies of #E13C05
Complementary color
Monochromatic Colors of #E13C05
Black with #E13C05
Text Example
Text Example
White with #E13C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C05; }
p { color: rgb(225,60,5); }
H1.HeaderClassName
{
color: #E13C05;
}
.AnyTagClassName
{
color: #E13C05;
}
</style>
background-color css
<style>
a { background-color: #E13C05; }
a { background-color: rgb(225,60,5); }
div.DivClassName
{
background-color: #E13C05;
}
.BgClassName
{
background-color: #E13C05;
}
</style>
border-color css
<style>
span { border-color: #E13C05; }
span { border-color: rgb(225,60,5); }
td.TdClassName
{
border-color: #E13C05;
}
.TagClassName
{
border-color: #E13C05;
}
</style>