Html Css Color HEX #E52915 Harley Davidson Orange
📋 copy color: '#E52915'red 229 ◦ green 41 ◦ blue 21
Shades of Harley Davidson Orange #E52915
Tints of Harley Davidson Orange #E52915
RGB
CMYK
RGB Variations
Color information
#E52915 (or 0xE52915) is known color: Harley Davidson Orange. HEX triplet: E5, 29 and 15. RGB value is (229,41,21). Sum of RGB (Red+Green+Blue) = 229+41+21=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E52915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52915 is #1AD6EA. Grayscale: #5F5F5F. Windows color (decimal): -1758955 or 1386981. OLE color: 1386981.
HSL color Cylindrical-coordinate representation of color #E52915: hue angle of 5.77º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E52915 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 21 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.10 |
| HSL | 5.77º | 0.83% | 0.49% | - |
| HSV(B) | 5.77º | 0.91% | 0.9% | - |
| XYZ | 33.24 | 18.3 | 2.49 | - |
| YUV | 94.93 | 86.28 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 21 | 0 | 0.82 | 0.91 | 0.10 | 5.77 | 0.83 | 0.49 |
| Hex | E5 | 29 | 15 | 0 | 52 | 5B | A | 6 | 53 | 31 |
| Octal | 345 | 51 | 25 | 0 | 122 | 133 | 12 | 6 | 123 | 61 |
| Binary | 11100101 | 101001 | 10101 | 0 | 1010010 | 1011011 | 1010 | 110 | 1010011 | 110001 |
Color Harmonies of #E52915
Complementary color
Monochromatic Colors of #E52915
Black with #E52915
Text Example
Text Example
White with #E52915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52915; }
p { color: rgb(229,41,21); }
H1.HeaderClassName
{
color: #E52915;
}
.AnyTagClassName
{
color: #E52915;
}
</style>
background-color css
<style>
a { background-color: #E52915; }
a { background-color: rgb(229,41,21); }
div.DivClassName
{
background-color: #E52915;
}
.BgClassName
{
background-color: #E52915;
}
</style>
border-color css
<style>
span { border-color: #E52915; }
span { border-color: rgb(229,41,21); }
td.TdClassName
{
border-color: #E52915;
}
.TagClassName
{
border-color: #E52915;
}
</style>