Html Css Color HEX #E22513 Harley Davidson Orange
📋 copy color: '#E22513'red 226 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #E22513
Tints of Harley Davidson Orange #E22513
RGB
CMYK
RGB Variations
Color information
#E22513 (or 0xE22513) is known color: Harley Davidson Orange. HEX triplet: E2, 25 and 13. RGB value is (226,37,19). Sum of RGB (Red+Green+Blue) = 226+37+19=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E22513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22513 is #1DDAEC. Grayscale: #5B5B5B. Windows color (decimal): -1956589 or 1254882. OLE color: 1254882.
HSL color Cylindrical-coordinate representation of color #E22513: hue angle of 5.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E22513 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.11 |
| HSL | 5.22º | 0.84% | 0.48% | - |
| HSV(B) | 5.22º | 0.92% | 0.89% | - |
| XYZ | 32.14 | 17.54 | 2.31 | - |
| YUV | 91.46 | 87.12 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 19 | 0 | 0.84 | 0.92 | 0.11 | 5.22 | 0.84 | 0.48 |
| Hex | E2 | 25 | 13 | 0 | 54 | 5C | B | 5 | 54 | 30 |
| Octal | 342 | 45 | 23 | 0 | 124 | 134 | 13 | 5 | 124 | 60 |
| Binary | 11100010 | 100101 | 10011 | 0 | 1010100 | 1011100 | 1011 | 101 | 1010100 | 110000 |
Color Harmonies of #E22513
Complementary color
Monochromatic Colors of #E22513
Black with #E22513
Text Example
Text Example
White with #E22513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22513; }
p { color: rgb(226,37,19); }
H1.HeaderClassName
{
color: #E22513;
}
.AnyTagClassName
{
color: #E22513;
}
</style>
background-color css
<style>
a { background-color: #E22513; }
a { background-color: rgb(226,37,19); }
div.DivClassName
{
background-color: #E22513;
}
.BgClassName
{
background-color: #E22513;
}
</style>
border-color css
<style>
span { border-color: #E22513; }
span { border-color: rgb(226,37,19); }
td.TdClassName
{
border-color: #E22513;
}
.TagClassName
{
border-color: #E22513;
}
</style>