Html Css Color HEX #E22015 Harley Davidson Orange

📋 copy color: '#E22015'

red 226 ◦ green 32 ◦ blue 21

#E22015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #E22015

Tints of Harley Davidson Orange #E22015

RGB

 RED value IS 226 (88.67% from 255) = 81%

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 81%
G = 11.47%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E22015 (or 0xE22015) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 15. RGB value is (226,32,21). Sum of RGB (Red+Green+Blue) = 226+32+21=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E22015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22015 is #1DDFEA. Grayscale: #585858. Windows color (decimal): -1957867 or 1384674. OLE color: 1384674.

HSL color Cylindrical-coordinate representation of color #E22015: hue angle of 3.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E22015 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 21 -
CMYK 0 0.86 0.91 0.11
HSL 3.22º 0.83% 0.48% -
HSV(B) 3.22º 0.91% 0.89% -
XYZ 32.02 17.26 2.35 -
YUV 88.75 89.77 225.89 -
System Red Green Blue C M Y K H S L
Decimal 226 32 21 0 0.86 0.91 0.11 3.22 0.83 0.48
Hex E2 20 15 0 56 5B B 3 53 30
Octal 342 40 25 0 126 133 13 3 123 60
Binary 11100010 100000 10101 0 1010110 1011011 1011 11 1010011 110000

Color Harmonies of #E22015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22015

Black with #E22015

Text Example


Text Example

White with #E22015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22015; }

 p { color: rgb(226,32,21); }

 H1.HeaderClassName
 {
   color: #E22015;
 }
 .AnyTagClassName
 {
   color: #E22015;
 }
</style>

background-color css

<style>
 a { background-color: #E22015; }

 a { background-color: rgb(226,32,21); }

 div.DivClassName
 {
   background-color: #E22015;
 }
 .BgClassName
 {
   background-color: #E22015;
 }
</style>

border-color css

<style>
 span { border-color: #E22015; }

 span { border-color: rgb(226,32,21); }

 td.TdClassName
 {
   border-color: #E22015;
 }
 .TagClassName
 {
   border-color: #E22015;
 }
</style>