Html Css Color HEX #E42F16 Harley Davidson Orange
📋 copy color: '#E42F16'red 228 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #E42F16
Tints of Harley Davidson Orange #E42F16
RGB
CMYK
RGB Variations
Color information
#E42F16 (or 0xE42F16) is known color: Harley Davidson Orange. HEX triplet: E4, 2F and 16. RGB value is (228,47,22). Sum of RGB (Red+Green+Blue) = 228+47+22=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42F16 is #1BD0E9. Grayscale: #626262. Windows color (decimal): -1822954 or 1454052. OLE color: 1454052.
HSL color Cylindrical-coordinate representation of color #E42F16: hue angle of 7.28º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E42F16 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.11 |
| HSL | 7.28º | 0.82% | 0.49% | - |
| HSV(B) | 7.28º | 0.9% | 0.89% | - |
| XYZ | 33.16 | 18.58 | 2.6 | - |
| YUV | 98.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 22 | 0 | 0.79 | 0.90 | 0.11 | 7.28 | 0.82 | 0.49 |
| Hex | E4 | 2F | 16 | 0 | 4F | 5A | B | 7 | 52 | 31 |
| Octal | 344 | 57 | 26 | 0 | 117 | 132 | 13 | 7 | 122 | 61 |
| Binary | 11100100 | 101111 | 10110 | 0 | 1001111 | 1011010 | 1011 | 111 | 1010010 | 110001 |
Color Harmonies of #E42F16
Complementary color
Monochromatic Colors of #E42F16
Black with #E42F16
Text Example
Text Example
White with #E42F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F16; }
p { color: rgb(228,47,22); }
H1.HeaderClassName
{
color: #E42F16;
}
.AnyTagClassName
{
color: #E42F16;
}
</style>
background-color css
<style>
a { background-color: #E42F16; }
a { background-color: rgb(228,47,22); }
div.DivClassName
{
background-color: #E42F16;
}
.BgClassName
{
background-color: #E42F16;
}
</style>
border-color css
<style>
span { border-color: #E42F16; }
span { border-color: rgb(228,47,22); }
td.TdClassName
{
border-color: #E42F16;
}
.TagClassName
{
border-color: #E42F16;
}
</style>