Html Css Color HEX #E32714 Harley Davidson Orange
📋 copy color: '#E32714'red 227 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #E32714
Tints of Harley Davidson Orange #E32714
RGB
CMYK
RGB Variations
Color information
#E32714 (or 0xE32714) is known color: Harley Davidson Orange. HEX triplet: E3, 27 and 14. RGB value is (227,39,20). Sum of RGB (Red+Green+Blue) = 227+39+20=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E32714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32714 is #1CD8EB. Grayscale: #5D5D5D. Windows color (decimal): -1890540 or 1320931. OLE color: 1320931.
HSL color Cylindrical-coordinate representation of color #E32714: hue angle of 5.51º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E32714 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.11 |
| HSL | 5.51º | 0.84% | 0.48% | - |
| HSV(B) | 5.51º | 0.91% | 0.89% | - |
| XYZ | 32.53 | 17.83 | 2.39 | - |
| YUV | 93.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 20 | 0 | 0.83 | 0.91 | 0.11 | 5.51 | 0.84 | 0.48 |
| Hex | E3 | 27 | 14 | 0 | 53 | 5B | B | 6 | 54 | 30 |
| Octal | 343 | 47 | 24 | 0 | 123 | 133 | 13 | 6 | 124 | 60 |
| Binary | 11100011 | 100111 | 10100 | 0 | 1010011 | 1011011 | 1011 | 110 | 1010100 | 110000 |
Color Harmonies of #E32714
Complementary color
Monochromatic Colors of #E32714
Black with #E32714
Text Example
Text Example
White with #E32714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32714; }
p { color: rgb(227,39,20); }
H1.HeaderClassName
{
color: #E32714;
}
.AnyTagClassName
{
color: #E32714;
}
</style>
background-color css
<style>
a { background-color: #E32714; }
a { background-color: rgb(227,39,20); }
div.DivClassName
{
background-color: #E32714;
}
.BgClassName
{
background-color: #E32714;
}
</style>
border-color css
<style>
span { border-color: #E32714; }
span { border-color: rgb(227,39,20); }
td.TdClassName
{
border-color: #E32714;
}
.TagClassName
{
border-color: #E32714;
}
</style>