Html Css Color HEX #E1420D Harley Davidson Orange
📋 copy color: '#E1420D'red 225 ◦ green 66 ◦ blue 13
Shades of Harley Davidson Orange #E1420D
Tints of Harley Davidson Orange #E1420D
RGB
CMYK
RGB Variations
Color information
#E1420D (or 0xE1420D) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 0D. RGB value is (225,66,13). Sum of RGB (Red+Green+Blue) = 225+66+13=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1420D is #1EBDF2. Grayscale: #6B6B6B. Windows color (decimal): -2014707 or 869089. OLE color: 869089.
HSL color Cylindrical-coordinate representation of color #E1420D: hue angle of 15º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1420D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.12 |
| HSL | 15º | 0.89% | 0.47% | - |
| HSV(B) | 15º | 0.94% | 0.88% | - |
| XYZ | 33.07 | 19.93 | 2.49 | - |
| YUV | 107.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 13 | 0 | 0.71 | 0.94 | 0.12 | 15 | 0.89 | 0.47 |
| Hex | E1 | 42 | D | 0 | 47 | 5E | C | F | 59 | 2F |
| Octal | 341 | 102 | 15 | 0 | 107 | 136 | 14 | 17 | 131 | 57 |
| Binary | 11100001 | 1000010 | 1101 | 0 | 1000111 | 1011110 | 1100 | 1111 | 1011001 | 101111 |
Color Harmonies of #E1420D
Complementary color
Monochromatic Colors of #E1420D
Black with #E1420D
Text Example
Text Example
White with #E1420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1420D; }
p { color: rgb(225,66,13); }
H1.HeaderClassName
{
color: #E1420D;
}
.AnyTagClassName
{
color: #E1420D;
}
</style>
background-color css
<style>
a { background-color: #E1420D; }
a { background-color: rgb(225,66,13); }
div.DivClassName
{
background-color: #E1420D;
}
.BgClassName
{
background-color: #E1420D;
}
</style>
border-color css
<style>
span { border-color: #E1420D; }
span { border-color: rgb(225,66,13); }
td.TdClassName
{
border-color: #E1420D;
}
.TagClassName
{
border-color: #E1420D;
}
</style>