Html Css Color HEX #E63C16 Harley Davidson Orange
📋 copy color: '#E63C16'red 230 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #E63C16
Tints of Harley Davidson Orange #E63C16
RGB
CMYK
RGB Variations
Color information
#E63C16 (or 0xE63C16) is known color: Harley Davidson Orange. HEX triplet: E6, 3C and 16. RGB value is (230,60,22). Sum of RGB (Red+Green+Blue) = 230+60+22=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C16 is #19C3E9. Grayscale: #6A6A6A. Windows color (decimal): -1688554 or 1457382. OLE color: 1457382.
HSL color Cylindrical-coordinate representation of color #E63C16: hue angle of 10.96º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E63C16 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.10 |
| HSL | 10.96º | 0.83% | 0.49% | - |
| HSV(B) | 10.96º | 0.9% | 0.9% | - |
| XYZ | 34.39 | 20.11 | 2.83 | - |
| YUV | 106.5 | 80.32 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 22 | 0 | 0.74 | 0.90 | 0.10 | 10.96 | 0.83 | 0.49 |
| Hex | E6 | 3C | 16 | 0 | 4A | 5A | A | B | 53 | 31 |
| Octal | 346 | 74 | 26 | 0 | 112 | 132 | 12 | 13 | 123 | 61 |
| Binary | 11100110 | 111100 | 10110 | 0 | 1001010 | 1011010 | 1010 | 1011 | 1010011 | 110001 |
Color Harmonies of #E63C16
Complementary color
Monochromatic Colors of #E63C16
Black with #E63C16
Text Example
Text Example
White with #E63C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C16; }
p { color: rgb(230,60,22); }
H1.HeaderClassName
{
color: #E63C16;
}
.AnyTagClassName
{
color: #E63C16;
}
</style>
background-color css
<style>
a { background-color: #E63C16; }
a { background-color: rgb(230,60,22); }
div.DivClassName
{
background-color: #E63C16;
}
.BgClassName
{
background-color: #E63C16;
}
</style>
border-color css
<style>
span { border-color: #E63C16; }
span { border-color: rgb(230,60,22); }
td.TdClassName
{
border-color: #E63C16;
}
.TagClassName
{
border-color: #E63C16;
}
</style>