Html Css Color HEX #E6350B Harley Davidson Orange
📋 copy color: '#E6350B'red 230 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #E6350B
Tints of Harley Davidson Orange #E6350B
RGB
CMYK
RGB Variations
Color information
#E6350B (or 0xE6350B) is known color: Harley Davidson Orange. HEX triplet: E6, 35 and 0B. RGB value is (230,53,11). Sum of RGB (Red+Green+Blue) = 230+53+11=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6350B is #19CAF4. Grayscale: #656565. Windows color (decimal): -1690357 or 734694. OLE color: 734694.
HSL color Cylindrical-coordinate representation of color #E6350B: hue angle of 11.51º degrees, saturation: 0.91, 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 #E6350B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.10 |
| HSL | 11.51º | 0.91% | 0.47% | - |
| HSV(B) | 11.51º | 0.95% | 0.9% | - |
| XYZ | 33.97 | 19.39 | 2.27 | - |
| YUV | 101.14 | 77.14 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 11 | 0 | 0.77 | 0.95 | 0.10 | 11.51 | 0.91 | 0.47 |
| Hex | E6 | 35 | B | 0 | 4D | 5F | A | C | 5B | 2F |
| Octal | 346 | 65 | 13 | 0 | 115 | 137 | 12 | 14 | 133 | 57 |
| Binary | 11100110 | 110101 | 1011 | 0 | 1001101 | 1011111 | 1010 | 1100 | 1011011 | 101111 |
Color Harmonies of #E6350B
Complementary color
Monochromatic Colors of #E6350B
Black with #E6350B
Text Example
Text Example
White with #E6350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6350B; }
p { color: rgb(230,53,11); }
H1.HeaderClassName
{
color: #E6350B;
}
.AnyTagClassName
{
color: #E6350B;
}
</style>
background-color css
<style>
a { background-color: #E6350B; }
a { background-color: rgb(230,53,11); }
div.DivClassName
{
background-color: #E6350B;
}
.BgClassName
{
background-color: #E6350B;
}
</style>
border-color css
<style>
span { border-color: #E6350B; }
span { border-color: rgb(230,53,11); }
td.TdClassName
{
border-color: #E6350B;
}
.TagClassName
{
border-color: #E6350B;
}
</style>