Html Css Color HEX #E5300C Harley Davidson Orange
📋 copy color: '#E5300C'red 229 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #E5300C
Tints of Harley Davidson Orange #E5300C
RGB
CMYK
RGB Variations
Color information
#E5300C (or 0xE5300C) is known color: Harley Davidson Orange. HEX triplet: E5, 30 and 0C. RGB value is (229,48,12). Sum of RGB (Red+Green+Blue) = 229+48+12=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E5300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5300C is #1ACFF3. Grayscale: #626262. Windows color (decimal): -1757172 or 798949. OLE color: 798949.
HSL color Cylindrical-coordinate representation of color #E5300C: hue angle of 9.95º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5300C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.10 |
| HSL | 9.95º | 0.9% | 0.47% | - |
| HSV(B) | 9.95º | 0.95% | 0.9% | - |
| XYZ | 33.44 | 18.8 | 2.21 | - |
| YUV | 98.02 | 79.47 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 12 | 0 | 0.79 | 0.95 | 0.10 | 9.95 | 0.9 | 0.47 |
| Hex | E5 | 30 | C | 0 | 4F | 5F | A | A | 5A | 2F |
| Octal | 345 | 60 | 14 | 0 | 117 | 137 | 12 | 12 | 132 | 57 |
| Binary | 11100101 | 110000 | 1100 | 0 | 1001111 | 1011111 | 1010 | 1010 | 1011010 | 101111 |
Color Harmonies of #E5300C
Complementary color
Monochromatic Colors of #E5300C
Black with #E5300C
Text Example
Text Example
White with #E5300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5300C; }
p { color: rgb(229,48,12); }
H1.HeaderClassName
{
color: #E5300C;
}
.AnyTagClassName
{
color: #E5300C;
}
</style>
background-color css
<style>
a { background-color: #E5300C; }
a { background-color: rgb(229,48,12); }
div.DivClassName
{
background-color: #E5300C;
}
.BgClassName
{
background-color: #E5300C;
}
</style>
border-color css
<style>
span { border-color: #E5300C; }
span { border-color: rgb(229,48,12); }
td.TdClassName
{
border-color: #E5300C;
}
.TagClassName
{
border-color: #E5300C;
}
</style>