Html Css Color HEX #E64015 Harley Davidson Orange
📋 copy color: '#E64015'red 230 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #E64015
Tints of Harley Davidson Orange #E64015
RGB
CMYK
RGB Variations
Color information
#E64015 (or 0xE64015) is known color: Harley Davidson Orange. HEX triplet: E6, 40 and 15. RGB value is (230,64,21). Sum of RGB (Red+Green+Blue) = 230+64+21=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E64015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64015 is #19BFEA. Grayscale: #6D6D6D. Windows color (decimal): -1687531 or 1392870. OLE color: 1392870.
HSL color Cylindrical-coordinate representation of color #E64015: hue angle of 12.34º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E64015 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 21 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.10 |
| HSL | 12.34º | 0.83% | 0.49% | - |
| HSV(B) | 12.34º | 0.91% | 0.9% | - |
| XYZ | 34.6 | 20.54 | 2.85 | - |
| YUV | 108.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 21 | 0 | 0.72 | 0.91 | 0.10 | 12.34 | 0.83 | 0.49 |
| Hex | E6 | 40 | 15 | 0 | 48 | 5B | A | C | 53 | 31 |
| Octal | 346 | 100 | 25 | 0 | 110 | 133 | 12 | 14 | 123 | 61 |
| Binary | 11100110 | 1000000 | 10101 | 0 | 1001000 | 1011011 | 1010 | 1100 | 1010011 | 110001 |
Color Harmonies of #E64015
Complementary color
Monochromatic Colors of #E64015
Black with #E64015
Text Example
Text Example
White with #E64015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64015; }
p { color: rgb(230,64,21); }
H1.HeaderClassName
{
color: #E64015;
}
.AnyTagClassName
{
color: #E64015;
}
</style>
background-color css
<style>
a { background-color: #E64015; }
a { background-color: rgb(230,64,21); }
div.DivClassName
{
background-color: #E64015;
}
.BgClassName
{
background-color: #E64015;
}
</style>
border-color css
<style>
span { border-color: #E64015; }
span { border-color: rgb(230,64,21); }
td.TdClassName
{
border-color: #E64015;
}
.TagClassName
{
border-color: #E64015;
}
</style>