Html Css Color HEX #E0260F Harley Davidson Orange
📋 copy color: '#E0260F'red 224 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #E0260F
Tints of Harley Davidson Orange #E0260F
RGB
CMYK
RGB Variations
Color information
#E0260F (or 0xE0260F) is known color: Harley Davidson Orange. HEX triplet: E0, 26 and 0F. RGB value is (224,38,15). Sum of RGB (Red+Green+Blue) = 224+38+15=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E0260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0260F is #1FD9F0. Grayscale: #5B5B5B. Windows color (decimal): -2087409 or 992992. OLE color: 992992.
HSL color Cylindrical-coordinate representation of color #E0260F: hue angle of 6.6º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0260F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.12 |
| HSL | 6.6º | 0.87% | 0.47% | - |
| HSV(B) | 6.6º | 0.93% | 0.88% | - |
| XYZ | 31.52 | 17.27 | 2.12 | - |
| YUV | 90.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 15 | 0 | 0.83 | 0.93 | 0.12 | 6.6 | 0.87 | 0.47 |
| Hex | E0 | 26 | F | 0 | 53 | 5D | C | 7 | 57 | 2F |
| Octal | 340 | 46 | 17 | 0 | 123 | 135 | 14 | 7 | 127 | 57 |
| Binary | 11100000 | 100110 | 1111 | 0 | 1010011 | 1011101 | 1100 | 111 | 1010111 | 101111 |
Color Harmonies of #E0260F
Complementary color
Monochromatic Colors of #E0260F
Black with #E0260F
Text Example
Text Example
White with #E0260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0260F; }
p { color: rgb(224,38,15); }
H1.HeaderClassName
{
color: #E0260F;
}
.AnyTagClassName
{
color: #E0260F;
}
</style>
background-color css
<style>
a { background-color: #E0260F; }
a { background-color: rgb(224,38,15); }
div.DivClassName
{
background-color: #E0260F;
}
.BgClassName
{
background-color: #E0260F;
}
</style>
border-color css
<style>
span { border-color: #E0260F; }
span { border-color: rgb(224,38,15); }
td.TdClassName
{
border-color: #E0260F;
}
.TagClassName
{
border-color: #E0260F;
}
</style>