Html Css Color HEX #E63215 Harley Davidson Orange
📋 copy color: '#E63215'red 230 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #E63215
Tints of Harley Davidson Orange #E63215
RGB
CMYK
RGB Variations
Color information
#E63215 (or 0xE63215) is known color: Harley Davidson Orange. HEX triplet: E6, 32 and 15. RGB value is (230,50,21). Sum of RGB (Red+Green+Blue) = 230+50+21=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E63215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63215 is #19CDEA. Grayscale: #646464. Windows color (decimal): -1691115 or 1389286. OLE color: 1389286.
HSL color Cylindrical-coordinate representation of color #E63215: hue angle of 8.33º 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 #E63215 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 21 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.10 |
| HSL | 8.33º | 0.83% | 0.49% | - |
| HSV(B) | 8.33º | 0.91% | 0.9% | - |
| XYZ | 33.91 | 19.16 | 2.62 | - |
| YUV | 100.51 | 83.13 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 21 | 0 | 0.78 | 0.91 | 0.10 | 8.33 | 0.83 | 0.49 |
| Hex | E6 | 32 | 15 | 0 | 4E | 5B | A | 8 | 53 | 31 |
| Octal | 346 | 62 | 25 | 0 | 116 | 133 | 12 | 10 | 123 | 61 |
| Binary | 11100110 | 110010 | 10101 | 0 | 1001110 | 1011011 | 1010 | 1000 | 1010011 | 110001 |
Color Harmonies of #E63215
Complementary color
Monochromatic Colors of #E63215
Black with #E63215
Text Example
Text Example
White with #E63215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63215; }
p { color: rgb(230,50,21); }
H1.HeaderClassName
{
color: #E63215;
}
.AnyTagClassName
{
color: #E63215;
}
</style>
background-color css
<style>
a { background-color: #E63215; }
a { background-color: rgb(230,50,21); }
div.DivClassName
{
background-color: #E63215;
}
.BgClassName
{
background-color: #E63215;
}
</style>
border-color css
<style>
span { border-color: #E63215; }
span { border-color: rgb(230,50,21); }
td.TdClassName
{
border-color: #E63215;
}
.TagClassName
{
border-color: #E63215;
}
</style>