Html Css Color HEX #E42315 Harley Davidson Orange
📋 copy color: '#E42315'red 228 ◦ green 35 ◦ blue 21
Shades of Harley Davidson Orange #E42315
Tints of Harley Davidson Orange #E42315
RGB
CMYK
RGB Variations
Color information
#E42315 (or 0xE42315) is known color: Harley Davidson Orange. HEX triplet: E4, 23 and 15. RGB value is (228,35,21). Sum of RGB (Red+Green+Blue) = 228+35+21=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E42315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42315 is #1BDCEA. Grayscale: #5B5B5B. Windows color (decimal): -1826027 or 1385444. OLE color: 1385444.
HSL color Cylindrical-coordinate representation of color #E42315: hue angle of 4.06º degrees, saturation: 0.83, 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 #E42315 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.11 |
| HSL | 4.06º | 0.83% | 0.49% | - |
| HSV(B) | 4.06º | 0.91% | 0.89% | - |
| XYZ | 32.73 | 17.75 | 2.41 | - |
| YUV | 91.11 | 88.44 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 21 | 0 | 0.85 | 0.91 | 0.11 | 4.06 | 0.83 | 0.49 |
| Hex | E4 | 23 | 15 | 0 | 55 | 5B | B | 4 | 53 | 31 |
| Octal | 344 | 43 | 25 | 0 | 125 | 133 | 13 | 4 | 123 | 61 |
| Binary | 11100100 | 100011 | 10101 | 0 | 1010101 | 1011011 | 1011 | 100 | 1010011 | 110001 |
Color Harmonies of #E42315
Complementary color
Monochromatic Colors of #E42315
Black with #E42315
Text Example
Text Example
White with #E42315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42315; }
p { color: rgb(228,35,21); }
H1.HeaderClassName
{
color: #E42315;
}
.AnyTagClassName
{
color: #E42315;
}
</style>
background-color css
<style>
a { background-color: #E42315; }
a { background-color: rgb(228,35,21); }
div.DivClassName
{
background-color: #E42315;
}
.BgClassName
{
background-color: #E42315;
}
</style>
border-color css
<style>
span { border-color: #E42315; }
span { border-color: rgb(228,35,21); }
td.TdClassName
{
border-color: #E42315;
}
.TagClassName
{
border-color: #E42315;
}
</style>