Html Css Color HEX #E22D13 Harley Davidson Orange
📋 copy color: '#E22D13'red 226 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #E22D13
Tints of Harley Davidson Orange #E22D13
RGB
CMYK
RGB Variations
Color information
#E22D13 (or 0xE22D13) is known color: Harley Davidson Orange. HEX triplet: E2, 2D and 13. RGB value is (226,45,19). Sum of RGB (Red+Green+Blue) = 226+45+19=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22D13 is #1DD2EC. Grayscale: #606060. Windows color (decimal): -1954541 or 1256930. OLE color: 1256930.
HSL color Cylindrical-coordinate representation of color #E22D13: hue angle of 7.54º 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 #E22D13 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.11 |
| HSL | 7.54º | 0.84% | 0.48% | - |
| HSV(B) | 7.54º | 0.92% | 0.89% | - |
| XYZ | 32.42 | 18.09 | 2.4 | - |
| YUV | 96.16 | 84.47 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 19 | 0 | 0.80 | 0.92 | 0.11 | 7.54 | 0.84 | 0.48 |
| Hex | E2 | 2D | 13 | 0 | 50 | 5C | B | 8 | 54 | 30 |
| Octal | 342 | 55 | 23 | 0 | 120 | 134 | 13 | 10 | 124 | 60 |
| Binary | 11100010 | 101101 | 10011 | 0 | 1010000 | 1011100 | 1011 | 1000 | 1010100 | 110000 |
Color Harmonies of #E22D13
Complementary color
Monochromatic Colors of #E22D13
Black with #E22D13
Text Example
Text Example
White with #E22D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D13; }
p { color: rgb(226,45,19); }
H1.HeaderClassName
{
color: #E22D13;
}
.AnyTagClassName
{
color: #E22D13;
}
</style>
background-color css
<style>
a { background-color: #E22D13; }
a { background-color: rgb(226,45,19); }
div.DivClassName
{
background-color: #E22D13;
}
.BgClassName
{
background-color: #E22D13;
}
</style>
border-color css
<style>
span { border-color: #E22D13; }
span { border-color: rgb(226,45,19); }
td.TdClassName
{
border-color: #E22D13;
}
.TagClassName
{
border-color: #E22D13;
}
</style>