Html Css Color HEX #E4330F Harley Davidson Orange
📋 copy color: '#E4330F'red 228 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #E4330F
Tints of Harley Davidson Orange #E4330F
RGB
CMYK
RGB Variations
Color information
#E4330F (or 0xE4330F) is known color: Harley Davidson Orange. HEX triplet: E4, 33 and 0F. RGB value is (228,51,15). Sum of RGB (Red+Green+Blue) = 228+51+15=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E4330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4330F is #1BCCF0. Grayscale: #646464. Windows color (decimal): -1821937 or 996324. OLE color: 996324.
HSL color Cylindrical-coordinate representation of color #E4330F: hue angle of 10.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4330F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 51 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.11 |
| HSL | 10.14º | 0.88% | 0.48% | - |
| HSV(B) | 10.14º | 0.93% | 0.89% | - |
| XYZ | 33.26 | 18.9 | 2.35 | - |
| YUV | 99.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 51 | 15 | 0 | 0.78 | 0.93 | 0.11 | 10.14 | 0.88 | 0.48 |
| Hex | E4 | 33 | F | 0 | 4E | 5D | B | A | 58 | 30 |
| Octal | 344 | 63 | 17 | 0 | 116 | 135 | 13 | 12 | 130 | 60 |
| Binary | 11100100 | 110011 | 1111 | 0 | 1001110 | 1011101 | 1011 | 1010 | 1011000 | 110000 |
Color Harmonies of #E4330F
Complementary color
Monochromatic Colors of #E4330F
Black with #E4330F
Text Example
Text Example
White with #E4330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4330F; }
p { color: rgb(228,51,15); }
H1.HeaderClassName
{
color: #E4330F;
}
.AnyTagClassName
{
color: #E4330F;
}
</style>
background-color css
<style>
a { background-color: #E4330F; }
a { background-color: rgb(228,51,15); }
div.DivClassName
{
background-color: #E4330F;
}
.BgClassName
{
background-color: #E4330F;
}
</style>
border-color css
<style>
span { border-color: #E4330F; }
span { border-color: rgb(228,51,15); }
td.TdClassName
{
border-color: #E4330F;
}
.TagClassName
{
border-color: #E4330F;
}
</style>