Html Css Color HEX #E42915 Harley Davidson Orange
📋 copy color: '#E42915'red 228 ◦ green 41 ◦ blue 21
Shades of Harley Davidson Orange #E42915
Tints of Harley Davidson Orange #E42915
RGB
CMYK
RGB Variations
Color information
#E42915 (or 0xE42915) is known color: Harley Davidson Orange. HEX triplet: E4, 29 and 15. RGB value is (228,41,21). Sum of RGB (Red+Green+Blue) = 228+41+21=290 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.62% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 228 - color contains mainly: red. Hex color #E42915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42915 is #1BD6EA. Grayscale: #5E5E5E. Windows color (decimal): -1824491 or 1386980. OLE color: 1386980.
HSL color Cylindrical-coordinate representation of color #E42915: hue angle of 5.8º 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 #E42915 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 21 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.11 |
| HSL | 5.8º | 0.83% | 0.49% | - |
| HSV(B) | 5.8º | 0.91% | 0.89% | - |
| XYZ | 32.92 | 18.13 | 2.47 | - |
| YUV | 94.63 | 86.45 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 21 | 0 | 0.82 | 0.91 | 0.11 | 5.8 | 0.83 | 0.49 |
| Hex | E4 | 29 | 15 | 0 | 52 | 5B | B | 6 | 53 | 31 |
| Octal | 344 | 51 | 25 | 0 | 122 | 133 | 13 | 6 | 123 | 61 |
| Binary | 11100100 | 101001 | 10101 | 0 | 1010010 | 1011011 | 1011 | 110 | 1010011 | 110001 |
Color Harmonies of #E42915
Complementary color
Monochromatic Colors of #E42915
Black with #E42915
Text Example
Text Example
White with #E42915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42915; }
p { color: rgb(228,41,21); }
H1.HeaderClassName
{
color: #E42915;
}
.AnyTagClassName
{
color: #E42915;
}
</style>
background-color css
<style>
a { background-color: #E42915; }
a { background-color: rgb(228,41,21); }
div.DivClassName
{
background-color: #E42915;
}
.BgClassName
{
background-color: #E42915;
}
</style>
border-color css
<style>
span { border-color: #E42915; }
span { border-color: rgb(228,41,21); }
td.TdClassName
{
border-color: #E42915;
}
.TagClassName
{
border-color: #E42915;
}
</style>