Html Css Color HEX #E43812 Harley Davidson Orange
📋 copy color: '#E43812'red 228 ◦ green 56 ◦ blue 18
Shades of Harley Davidson Orange #E43812
Tints of Harley Davidson Orange #E43812
RGB
CMYK
RGB Variations
Color information
#E43812 (or 0xE43812) is known color: Harley Davidson Orange. HEX triplet: E4, 38 and 12. RGB value is (228,56,18). Sum of RGB (Red+Green+Blue) = 228+56+18=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E43812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43812 is #1BC7ED. Grayscale: #676767. Windows color (decimal): -1820654 or 1194212. OLE color: 1194212.
HSL color Cylindrical-coordinate representation of color #E43812: hue angle of 10.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E43812 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 56 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.11 |
| HSL | 10.86º | 0.85% | 0.48% | - |
| HSV(B) | 10.86º | 0.92% | 0.89% | - |
| XYZ | 33.52 | 19.37 | 2.54 | - |
| YUV | 103.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 56 | 18 | 0 | 0.75 | 0.92 | 0.11 | 10.86 | 0.85 | 0.48 |
| Hex | E4 | 38 | 12 | 0 | 4B | 5C | B | B | 55 | 30 |
| Octal | 344 | 70 | 22 | 0 | 113 | 134 | 13 | 13 | 125 | 60 |
| Binary | 11100100 | 111000 | 10010 | 0 | 1001011 | 1011100 | 1011 | 1011 | 1010101 | 110000 |
Color Harmonies of #E43812
Complementary color
Monochromatic Colors of #E43812
Black with #E43812
Text Example
Text Example
White with #E43812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43812; }
p { color: rgb(228,56,18); }
H1.HeaderClassName
{
color: #E43812;
}
.AnyTagClassName
{
color: #E43812;
}
</style>
background-color css
<style>
a { background-color: #E43812; }
a { background-color: rgb(228,56,18); }
div.DivClassName
{
background-color: #E43812;
}
.BgClassName
{
background-color: #E43812;
}
</style>
border-color css
<style>
span { border-color: #E43812; }
span { border-color: rgb(228,56,18); }
td.TdClassName
{
border-color: #E43812;
}
.TagClassName
{
border-color: #E43812;
}
</style>