Html Css Color HEX #E0260C Harley Davidson Orange
📋 copy color: '#E0260C'red 224 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #E0260C
Tints of Harley Davidson Orange #E0260C
RGB
CMYK
RGB Variations
Color information
#E0260C (or 0xE0260C) is known color: Harley Davidson Orange. HEX triplet: E0, 26 and 0C. RGB value is (224,38,12). Sum of RGB (Red+Green+Blue) = 224+38+12=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0260C is #1FD9F3. Grayscale: #5A5A5A. Windows color (decimal): -2087412 or 796384. OLE color: 796384.
HSL color Cylindrical-coordinate representation of color #E0260C: hue angle of 7.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.12 |
| HSL | 7.36º | 0.9% | 0.46% | - |
| HSV(B) | 7.36º | 0.95% | 0.88% | - |
| XYZ | 31.5 | 17.26 | 2.02 | - |
| YUV | 90.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 12 | 0 | 0.83 | 0.95 | 0.12 | 7.36 | 0.9 | 0.46 |
| Hex | E0 | 26 | C | 0 | 53 | 5F | C | 7 | 5A | 2E |
| Octal | 340 | 46 | 14 | 0 | 123 | 137 | 14 | 7 | 132 | 56 |
| Binary | 11100000 | 100110 | 1100 | 0 | 1010011 | 1011111 | 1100 | 111 | 1011010 | 101110 |
Color Harmonies of #E0260C
Complementary color
Monochromatic Colors of #E0260C
Black with #E0260C
Text Example
Text Example
White with #E0260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0260C; }
p { color: rgb(224,38,12); }
H1.HeaderClassName
{
color: #E0260C;
}
.AnyTagClassName
{
color: #E0260C;
}
</style>
background-color css
<style>
a { background-color: #E0260C; }
a { background-color: rgb(224,38,12); }
div.DivClassName
{
background-color: #E0260C;
}
.BgClassName
{
background-color: #E0260C;
}
</style>
border-color css
<style>
span { border-color: #E0260C; }
span { border-color: rgb(224,38,12); }
td.TdClassName
{
border-color: #E0260C;
}
.TagClassName
{
border-color: #E0260C;
}
</style>