Html Css Color HEX #E63F16 Harley Davidson Orange
📋 copy color: '#E63F16'red 230 ◦ green 63 ◦ blue 22
Shades of Harley Davidson Orange #E63F16
Tints of Harley Davidson Orange #E63F16
RGB
CMYK
RGB Variations
Color information
#E63F16 (or 0xE63F16) is known color: Harley Davidson Orange. HEX triplet: E6, 3F and 16. RGB value is (230,63,22). Sum of RGB (Red+Green+Blue) = 230+63+22=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63F16 is #19C0E9. Grayscale: #6C6C6C. Windows color (decimal): -1687786 or 1458150. OLE color: 1458150.
HSL color Cylindrical-coordinate representation of color #E63F16: hue angle of 11.83º 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 #E63F16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 22 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.10 |
| HSL | 11.83º | 0.83% | 0.49% | - |
| HSV(B) | 11.83º | 0.9% | 0.9% | - |
| XYZ | 34.56 | 20.44 | 2.88 | - |
| YUV | 108.26 | 79.33 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 22 | 0 | 0.73 | 0.90 | 0.10 | 11.83 | 0.83 | 0.49 |
| Hex | E6 | 3F | 16 | 0 | 49 | 5A | A | C | 53 | 31 |
| Octal | 346 | 77 | 26 | 0 | 111 | 132 | 12 | 14 | 123 | 61 |
| Binary | 11100110 | 111111 | 10110 | 0 | 1001001 | 1011010 | 1010 | 1100 | 1010011 | 110001 |
Color Harmonies of #E63F16
Complementary color
Monochromatic Colors of #E63F16
Black with #E63F16
Text Example
Text Example
White with #E63F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F16; }
p { color: rgb(230,63,22); }
H1.HeaderClassName
{
color: #E63F16;
}
.AnyTagClassName
{
color: #E63F16;
}
</style>
background-color css
<style>
a { background-color: #E63F16; }
a { background-color: rgb(230,63,22); }
div.DivClassName
{
background-color: #E63F16;
}
.BgClassName
{
background-color: #E63F16;
}
</style>
border-color css
<style>
span { border-color: #E63F16; }
span { border-color: rgb(230,63,22); }
td.TdClassName
{
border-color: #E63F16;
}
.TagClassName
{
border-color: #E63F16;
}
</style>