Html Css Color HEX #E63115 Harley Davidson Orange
📋 copy color: '#E63115'red 230 ◦ green 49 ◦ blue 21
Shades of Harley Davidson Orange #E63115
Tints of Harley Davidson Orange #E63115
RGB
CMYK
RGB Variations
Color information
#E63115 (or 0xE63115) is known color: Harley Davidson Orange. HEX triplet: E6, 31 and 15. RGB value is (230,49,21). Sum of RGB (Red+Green+Blue) = 230+49+21=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E63115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63115 is #19CEEA. Grayscale: #646464. Windows color (decimal): -1691371 or 1389030. OLE color: 1389030.
HSL color Cylindrical-coordinate representation of color #E63115: hue angle of 8.04º 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 #E63115 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 21 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.10 |
| HSL | 8.04º | 0.83% | 0.49% | - |
| HSV(B) | 8.04º | 0.91% | 0.9% | - |
| XYZ | 33.87 | 19.07 | 2.61 | - |
| YUV | 99.93 | 83.47 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 21 | 0 | 0.79 | 0.91 | 0.10 | 8.04 | 0.83 | 0.49 |
| Hex | E6 | 31 | 15 | 0 | 4F | 5B | A | 8 | 53 | 31 |
| Octal | 346 | 61 | 25 | 0 | 117 | 133 | 12 | 10 | 123 | 61 |
| Binary | 11100110 | 110001 | 10101 | 0 | 1001111 | 1011011 | 1010 | 1000 | 1010011 | 110001 |
Color Harmonies of #E63115
Complementary color
Monochromatic Colors of #E63115
Black with #E63115
Text Example
Text Example
White with #E63115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63115; }
p { color: rgb(230,49,21); }
H1.HeaderClassName
{
color: #E63115;
}
.AnyTagClassName
{
color: #E63115;
}
</style>
background-color css
<style>
a { background-color: #E63115; }
a { background-color: rgb(230,49,21); }
div.DivClassName
{
background-color: #E63115;
}
.BgClassName
{
background-color: #E63115;
}
</style>
border-color css
<style>
span { border-color: #E63115; }
span { border-color: rgb(230,49,21); }
td.TdClassName
{
border-color: #E63115;
}
.TagClassName
{
border-color: #E63115;
}
</style>