Html Css Color HEX #E6350F Harley Davidson Orange
📋 copy color: '#E6350F'red 230 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #E6350F
Tints of Harley Davidson Orange #E6350F
RGB
CMYK
RGB Variations
Color information
#E6350F (or 0xE6350F) is known color: Harley Davidson Orange. HEX triplet: E6, 35 and 0F. RGB value is (230,53,15). Sum of RGB (Red+Green+Blue) = 230+53+15=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6350F is #19CAF0. Grayscale: #656565. Windows color (decimal): -1690353 or 996838. OLE color: 996838.
HSL color Cylindrical-coordinate representation of color #E6350F: hue angle of 10.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6350F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.10 |
| HSL | 10.6º | 0.88% | 0.48% | - |
| HSV(B) | 10.6º | 0.93% | 0.9% | - |
| XYZ | 33.99 | 19.4 | 2.41 | - |
| YUV | 101.59 | 79.14 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 15 | 0 | 0.77 | 0.93 | 0.10 | 10.6 | 0.88 | 0.48 |
| Hex | E6 | 35 | F | 0 | 4D | 5D | A | B | 58 | 30 |
| Octal | 346 | 65 | 17 | 0 | 115 | 135 | 12 | 13 | 130 | 60 |
| Binary | 11100110 | 110101 | 1111 | 0 | 1001101 | 1011101 | 1010 | 1011 | 1011000 | 110000 |
Color Harmonies of #E6350F
Complementary color
Monochromatic Colors of #E6350F
Black with #E6350F
Text Example
Text Example
White with #E6350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6350F; }
p { color: rgb(230,53,15); }
H1.HeaderClassName
{
color: #E6350F;
}
.AnyTagClassName
{
color: #E6350F;
}
</style>
background-color css
<style>
a { background-color: #E6350F; }
a { background-color: rgb(230,53,15); }
div.DivClassName
{
background-color: #E6350F;
}
.BgClassName
{
background-color: #E6350F;
}
</style>
border-color css
<style>
span { border-color: #E6350F; }
span { border-color: rgb(230,53,15); }
td.TdClassName
{
border-color: #E6350F;
}
.TagClassName
{
border-color: #E6350F;
}
</style>