Html Css Color HEX #E22215 Harley Davidson Orange

📋 copy color: '#E22215'

red 226 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #E22215

Tints of Harley Davidson Orange #E22215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.1%

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

R = 80.43%
G = 12.1%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E22215 (or 0xE22215) is known color: Harley Davidson Orange. HEX triplet: E2, 22 and 15. RGB value is (226,34,21). Sum of RGB (Red+Green+Blue) = 226+34+21=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E22215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22215 is #1DDDEA. Grayscale: #5A5A5A. Windows color (decimal): -1957355 or 1385186. OLE color: 1385186.

HSL color Cylindrical-coordinate representation of color #E22215: hue angle of 3.8º 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 #E22215 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 34 21 -
CMYK 0 0.85 0.91 0.11
HSL 3.8º 0.83% 0.48% -
HSV(B) 3.8º 0.91% 0.89% -
XYZ 32.07 17.37 2.37 -
YUV 89.93 89.11 225.06 -
System Red Green Blue C M Y K H S L
Decimal 226 34 21 0 0.85 0.91 0.11 3.8 0.83 0.48
Hex E2 22 15 0 55 5B B 4 53 30
Octal 342 42 25 0 125 133 13 4 123 60
Binary 11100010 100010 10101 0 1010101 1011011 1011 100 1010011 110000

Color Harmonies of #E22215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22215

Black with #E22215

Text Example


Text Example

White with #E22215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22215; }

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

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

background-color css

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

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

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

border-color css

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

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

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