Html Css Color HEX #E62814 Harley Davidson Orange
📋 copy color: '#E62814'red 230 ◦ green 40 ◦ blue 20
Shades of Harley Davidson Orange #E62814
Tints of Harley Davidson Orange #E62814
RGB
CMYK
RGB Variations
Color information
#E62814 (or 0xE62814) is known color: Harley Davidson Orange. HEX triplet: E6, 28 and 14. RGB value is (230,40,20). Sum of RGB (Red+Green+Blue) = 230+40+20=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E62814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62814 is #19D7EB. Grayscale: #5E5E5E. Windows color (decimal): -1693676 or 1321190. OLE color: 1321190.
HSL color Cylindrical-coordinate representation of color #E62814: hue angle of 5.71º degrees, saturation: 0.84, 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 #E62814 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.10 |
| HSL | 5.71º | 0.84% | 0.49% | - |
| HSV(B) | 5.71º | 0.91% | 0.9% | - |
| XYZ | 33.52 | 18.39 | 2.45 | - |
| YUV | 94.53 | 85.95 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 20 | 0 | 0.83 | 0.91 | 0.10 | 5.71 | 0.84 | 0.49 |
| Hex | E6 | 28 | 14 | 0 | 53 | 5B | A | 6 | 54 | 31 |
| Octal | 346 | 50 | 24 | 0 | 123 | 133 | 12 | 6 | 124 | 61 |
| Binary | 11100110 | 101000 | 10100 | 0 | 1010011 | 1011011 | 1010 | 110 | 1010100 | 110001 |
Color Harmonies of #E62814
Complementary color
Monochromatic Colors of #E62814
Black with #E62814
Text Example
Text Example
White with #E62814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62814; }
p { color: rgb(230,40,20); }
H1.HeaderClassName
{
color: #E62814;
}
.AnyTagClassName
{
color: #E62814;
}
</style>
background-color css
<style>
a { background-color: #E62814; }
a { background-color: rgb(230,40,20); }
div.DivClassName
{
background-color: #E62814;
}
.BgClassName
{
background-color: #E62814;
}
</style>
border-color css
<style>
span { border-color: #E62814; }
span { border-color: rgb(230,40,20); }
td.TdClassName
{
border-color: #E62814;
}
.TagClassName
{
border-color: #E62814;
}
</style>