Html Css Color HEX #E0250C Harley Davidson Orange
📋 copy color: '#E0250C'red 224 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #E0250C
Tints of Harley Davidson Orange #E0250C
RGB
CMYK
RGB Variations
Color information
#E0250C (or 0xE0250C) is known color: Harley Davidson Orange. HEX triplet: E0, 25 and 0C. RGB value is (224,37,12). Sum of RGB (Red+Green+Blue) = 224+37+12=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E0250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0250C is #1FDAF3. Grayscale: #5A5A5A. Windows color (decimal): -2087668 or 796128. OLE color: 796128.
HSL color Cylindrical-coordinate representation of color #E0250C: hue angle of 7.08º 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 #E0250C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.12 |
| HSL | 7.08º | 0.9% | 0.46% | - |
| HSV(B) | 7.08º | 0.95% | 0.88% | - |
| XYZ | 31.47 | 17.2 | 2.01 | - |
| YUV | 90.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 12 | 0 | 0.83 | 0.95 | 0.12 | 7.08 | 0.9 | 0.46 |
| Hex | E0 | 25 | C | 0 | 53 | 5F | C | 7 | 5A | 2E |
| Octal | 340 | 45 | 14 | 0 | 123 | 137 | 14 | 7 | 132 | 56 |
| Binary | 11100000 | 100101 | 1100 | 0 | 1010011 | 1011111 | 1100 | 111 | 1011010 | 101110 |
Color Harmonies of #E0250C
Complementary color
Monochromatic Colors of #E0250C
Black with #E0250C
Text Example
Text Example
White with #E0250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0250C; }
p { color: rgb(224,37,12); }
H1.HeaderClassName
{
color: #E0250C;
}
.AnyTagClassName
{
color: #E0250C;
}
</style>
background-color css
<style>
a { background-color: #E0250C; }
a { background-color: rgb(224,37,12); }
div.DivClassName
{
background-color: #E0250C;
}
.BgClassName
{
background-color: #E0250C;
}
</style>
border-color css
<style>
span { border-color: #E0250C; }
span { border-color: rgb(224,37,12); }
td.TdClassName
{
border-color: #E0250C;
}
.TagClassName
{
border-color: #E0250C;
}
</style>