Html Css Color HEX #E42614 Harley Davidson Orange
📋 copy color: '#E42614'red 228 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #E42614
Tints of Harley Davidson Orange #E42614
RGB
CMYK
RGB Variations
Color information
#E42614 (or 0xE42614) is known color: Harley Davidson Orange. HEX triplet: E4, 26 and 14. RGB value is (228,38,20). Sum of RGB (Red+Green+Blue) = 228+38+20=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E42614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42614 is #1BD9EB. Grayscale: #5D5D5D. Windows color (decimal): -1825260 or 1320676. OLE color: 1320676.
HSL color Cylindrical-coordinate representation of color #E42614: hue angle of 5.19º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E42614 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.11 |
| HSL | 5.19º | 0.84% | 0.49% | - |
| HSV(B) | 5.19º | 0.91% | 0.89% | - |
| XYZ | 32.81 | 17.93 | 2.39 | - |
| YUV | 92.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 20 | 0 | 0.83 | 0.91 | 0.11 | 5.19 | 0.84 | 0.49 |
| Hex | E4 | 26 | 14 | 0 | 53 | 5B | B | 5 | 54 | 31 |
| Octal | 344 | 46 | 24 | 0 | 123 | 133 | 13 | 5 | 124 | 61 |
| Binary | 11100100 | 100110 | 10100 | 0 | 1010011 | 1011011 | 1011 | 101 | 1010100 | 110001 |
Color Harmonies of #E42614
Complementary color
Monochromatic Colors of #E42614
Black with #E42614
Text Example
Text Example
White with #E42614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42614; }
p { color: rgb(228,38,20); }
H1.HeaderClassName
{
color: #E42614;
}
.AnyTagClassName
{
color: #E42614;
}
</style>
background-color css
<style>
a { background-color: #E42614; }
a { background-color: rgb(228,38,20); }
div.DivClassName
{
background-color: #E42614;
}
.BgClassName
{
background-color: #E42614;
}
</style>
border-color css
<style>
span { border-color: #E42614; }
span { border-color: rgb(228,38,20); }
td.TdClassName
{
border-color: #E42614;
}
.TagClassName
{
border-color: #E42614;
}
</style>