Html Css Color HEX #E2390C Harley Davidson Orange
📋 copy color: '#E2390C'red 226 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #E2390C
Tints of Harley Davidson Orange #E2390C
RGB
CMYK
RGB Variations
Color information
#E2390C (or 0xE2390C) is known color: Harley Davidson Orange. HEX triplet: E2, 39 and 0C. RGB value is (226,57,12). Sum of RGB (Red+Green+Blue) = 226+57+12=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2390C is #1DC6F3. Grayscale: #666666. Windows color (decimal): -1951476 or 801250. OLE color: 801250.
HSL color Cylindrical-coordinate representation of color #E2390C: hue angle of 12.62º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2390C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.11 |
| HSL | 12.62º | 0.9% | 0.47% | - |
| HSV(B) | 12.62º | 0.95% | 0.89% | - |
| XYZ | 32.89 | 19.12 | 2.3 | - |
| YUV | 102.4 | 76.99 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 12 | 0 | 0.75 | 0.95 | 0.11 | 12.62 | 0.9 | 0.47 |
| Hex | E2 | 39 | C | 0 | 4B | 5F | B | D | 5A | 2F |
| Octal | 342 | 71 | 14 | 0 | 113 | 137 | 13 | 15 | 132 | 57 |
| Binary | 11100010 | 111001 | 1100 | 0 | 1001011 | 1011111 | 1011 | 1101 | 1011010 | 101111 |
Color Harmonies of #E2390C
Complementary color
Monochromatic Colors of #E2390C
Black with #E2390C
Text Example
Text Example
White with #E2390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2390C; }
p { color: rgb(226,57,12); }
H1.HeaderClassName
{
color: #E2390C;
}
.AnyTagClassName
{
color: #E2390C;
}
</style>
background-color css
<style>
a { background-color: #E2390C; }
a { background-color: rgb(226,57,12); }
div.DivClassName
{
background-color: #E2390C;
}
.BgClassName
{
background-color: #E2390C;
}
</style>
border-color css
<style>
span { border-color: #E2390C; }
span { border-color: rgb(226,57,12); }
td.TdClassName
{
border-color: #E2390C;
}
.TagClassName
{
border-color: #E2390C;
}
</style>