Html Css Color HEX #E0420D Harley Davidson Orange
📋 copy color: '#E0420D'red 224 ◦ green 66 ◦ blue 13
Shades of Harley Davidson Orange #E0420D
Tints of Harley Davidson Orange #E0420D
RGB
CMYK
RGB Variations
Color information
#E0420D (or 0xE0420D) is known color: Harley Davidson Orange. HEX triplet: E0, 42 and 0D. RGB value is (224,66,13). Sum of RGB (Red+Green+Blue) = 224+66+13=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0420D is #1FBDF2. Grayscale: #6B6B6B. Windows color (decimal): -2080243 or 869088. OLE color: 869088.
HSL color Cylindrical-coordinate representation of color #E0420D: hue angle of 15.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0420D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.12 |
| HSL | 15.07º | 0.89% | 0.46% | - |
| HSV(B) | 15.07º | 0.94% | 0.88% | - |
| XYZ | 32.76 | 19.77 | 2.47 | - |
| YUV | 107.2 | 74.85 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 13 | 0 | 0.71 | 0.94 | 0.12 | 15.07 | 0.89 | 0.46 |
| Hex | E0 | 42 | D | 0 | 47 | 5E | C | F | 59 | 2E |
| Octal | 340 | 102 | 15 | 0 | 107 | 136 | 14 | 17 | 131 | 56 |
| Binary | 11100000 | 1000010 | 1101 | 0 | 1000111 | 1011110 | 1100 | 1111 | 1011001 | 101110 |
Color Harmonies of #E0420D
Complementary color
Monochromatic Colors of #E0420D
Black with #E0420D
Text Example
Text Example
White with #E0420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0420D; }
p { color: rgb(224,66,13); }
H1.HeaderClassName
{
color: #E0420D;
}
.AnyTagClassName
{
color: #E0420D;
}
</style>
background-color css
<style>
a { background-color: #E0420D; }
a { background-color: rgb(224,66,13); }
div.DivClassName
{
background-color: #E0420D;
}
.BgClassName
{
background-color: #E0420D;
}
</style>
border-color css
<style>
span { border-color: #E0420D; }
span { border-color: rgb(224,66,13); }
td.TdClassName
{
border-color: #E0420D;
}
.TagClassName
{
border-color: #E0420D;
}
</style>