Html Css Color HEX #E7340C Harley Davidson Orange
📋 copy color: '#E7340C'red 231 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #E7340C
Tints of Harley Davidson Orange #E7340C
RGB
CMYK
RGB Variations
Color information
#E7340C (or 0xE7340C) is known color: Harley Davidson Orange. HEX triplet: E7, 34 and 0C. RGB value is (231,52,12). Sum of RGB (Red+Green+Blue) = 231+52+12=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E7340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7340C is #18CBF3. Grayscale: #656565. Windows color (decimal): -1625076 or 799975. OLE color: 799975.
HSL color Cylindrical-coordinate representation of color #E7340C: hue angle of 10.96º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7340C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.09 |
| HSL | 10.96º | 0.9% | 0.48% | - |
| HSV(B) | 10.96º | 0.95% | 0.91% | - |
| XYZ | 34.25 | 19.47 | 2.3 | - |
| YUV | 100.96 | 77.8 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 12 | 0 | 0.77 | 0.95 | 0.09 | 10.96 | 0.9 | 0.48 |
| Hex | E7 | 34 | C | 0 | 4D | 5F | 9 | B | 5A | 30 |
| Octal | 347 | 64 | 14 | 0 | 115 | 137 | 11 | 13 | 132 | 60 |
| Binary | 11100111 | 110100 | 1100 | 0 | 1001101 | 1011111 | 1001 | 1011 | 1011010 | 110000 |
Color Harmonies of #E7340C
Complementary color
Monochromatic Colors of #E7340C
Black with #E7340C
Text Example
Text Example
White with #E7340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7340C; }
p { color: rgb(231,52,12); }
H1.HeaderClassName
{
color: #E7340C;
}
.AnyTagClassName
{
color: #E7340C;
}
</style>
background-color css
<style>
a { background-color: #E7340C; }
a { background-color: rgb(231,52,12); }
div.DivClassName
{
background-color: #E7340C;
}
.BgClassName
{
background-color: #E7340C;
}
</style>
border-color css
<style>
span { border-color: #E7340C; }
span { border-color: rgb(231,52,12); }
td.TdClassName
{
border-color: #E7340C;
}
.TagClassName
{
border-color: #E7340C;
}
</style>