Html Css Color HEX #E0260E Harley Davidson Orange
📋 copy color: '#E0260E'red 224 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #E0260E
Tints of Harley Davidson Orange #E0260E
RGB
CMYK
RGB Variations
Color information
#E0260E (or 0xE0260E) is known color: Harley Davidson Orange. HEX triplet: E0, 26 and 0E. RGB value is (224,38,14). Sum of RGB (Red+Green+Blue) = 224+38+14=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E0260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0260E is #1FD9F1. Grayscale: #5B5B5B. Windows color (decimal): -2087410 or 927456. OLE color: 927456.
HSL color Cylindrical-coordinate representation of color #E0260E: hue angle of 6.86º degrees, saturation: 0.88, 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 #E0260E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.12 |
| HSL | 6.86º | 0.88% | 0.47% | - |
| HSV(B) | 6.86º | 0.94% | 0.88% | - |
| XYZ | 31.51 | 17.27 | 2.09 | - |
| YUV | 90.88 | 84.62 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 14 | 0 | 0.83 | 0.94 | 0.12 | 6.86 | 0.88 | 0.47 |
| Hex | E0 | 26 | E | 0 | 53 | 5E | C | 7 | 58 | 2F |
| Octal | 340 | 46 | 16 | 0 | 123 | 136 | 14 | 7 | 130 | 57 |
| Binary | 11100000 | 100110 | 1110 | 0 | 1010011 | 1011110 | 1100 | 111 | 1011000 | 101111 |
Color Harmonies of #E0260E
Complementary color
Monochromatic Colors of #E0260E
Black with #E0260E
Text Example
Text Example
White with #E0260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0260E; }
p { color: rgb(224,38,14); }
H1.HeaderClassName
{
color: #E0260E;
}
.AnyTagClassName
{
color: #E0260E;
}
</style>
background-color css
<style>
a { background-color: #E0260E; }
a { background-color: rgb(224,38,14); }
div.DivClassName
{
background-color: #E0260E;
}
.BgClassName
{
background-color: #E0260E;
}
</style>
border-color css
<style>
span { border-color: #E0260E; }
span { border-color: rgb(224,38,14); }
td.TdClassName
{
border-color: #E0260E;
}
.TagClassName
{
border-color: #E0260E;
}
</style>