Html Css Color HEX #E63216 Harley Davidson Orange
📋 copy color: '#E63216'red 230 ◦ green 50 ◦ blue 22
Shades of Harley Davidson Orange #E63216
Tints of Harley Davidson Orange #E63216
RGB
CMYK
RGB Variations
Color information
#E63216 (or 0xE63216) is known color: Harley Davidson Orange. HEX triplet: E6, 32 and 16. RGB value is (230,50,22). Sum of RGB (Red+Green+Blue) = 230+50+22=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E63216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63216 is #19CDE9. Grayscale: #646464. Windows color (decimal): -1691114 or 1454822. OLE color: 1454822.
HSL color Cylindrical-coordinate representation of color #E63216: hue angle of 8.08º 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 #E63216 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 22 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.10 |
| HSL | 8.08º | 0.83% | 0.49% | - |
| HSV(B) | 8.08º | 0.9% | 0.9% | - |
| XYZ | 33.92 | 19.16 | 2.67 | - |
| YUV | 100.63 | 83.63 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 22 | 0 | 0.78 | 0.90 | 0.10 | 8.08 | 0.83 | 0.49 |
| Hex | E6 | 32 | 16 | 0 | 4E | 5A | A | 8 | 53 | 31 |
| Octal | 346 | 62 | 26 | 0 | 116 | 132 | 12 | 10 | 123 | 61 |
| Binary | 11100110 | 110010 | 10110 | 0 | 1001110 | 1011010 | 1010 | 1000 | 1010011 | 110001 |
Color Harmonies of #E63216
Complementary color
Monochromatic Colors of #E63216
Black with #E63216
Text Example
Text Example
White with #E63216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63216; }
p { color: rgb(230,50,22); }
H1.HeaderClassName
{
color: #E63216;
}
.AnyTagClassName
{
color: #E63216;
}
</style>
background-color css
<style>
a { background-color: #E63216; }
a { background-color: rgb(230,50,22); }
div.DivClassName
{
background-color: #E63216;
}
.BgClassName
{
background-color: #E63216;
}
</style>
border-color css
<style>
span { border-color: #E63216; }
span { border-color: rgb(230,50,22); }
td.TdClassName
{
border-color: #E63216;
}
.TagClassName
{
border-color: #E63216;
}
</style>