Html Css Color HEX #E02211 Harley Davidson Orange

📋 copy color: '#E02211'

red 224 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #E02211

Tints of Harley Davidson Orange #E02211

RGB

 RED value IS 224 (87.89% from 255) = 81.45%

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

 BLUE value IS 17 (7.03% from 255) = 6.18%

R = 81.45%
G = 12.36%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E02211 (or 0xE02211) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 11. RGB value is (224,34,17). Sum of RGB (Red+Green+Blue) = 224+34+17=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E02211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02211 is #1FDDEE. Grayscale: #595959. Windows color (decimal): -2088431 or 1123040. OLE color: 1123040.

HSL color Cylindrical-coordinate representation of color #E02211: hue angle of 4.93º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02211 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 34 17 -
CMYK 0 0.85 0.92 0.12
HSL 4.93º 0.86% 0.47% -
HSV(B) 4.93º 0.92% 0.88% -
XYZ 31.41 17.03 2.16 -
YUV 88.87 87.45 224.38 -
System Red Green Blue C M Y K H S L
Decimal 224 34 17 0 0.85 0.92 0.12 4.93 0.86 0.47
Hex E0 22 11 0 55 5C C 5 56 2F
Octal 340 42 21 0 125 134 14 5 126 57
Binary 11100000 100010 10001 0 1010101 1011100 1100 101 1010110 101111

Color Harmonies of #E02211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02211

Black with #E02211

Text Example


Text Example

White with #E02211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02211; }

 p { color: rgb(224,34,17); }

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

background-color css

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

 a { background-color: rgb(224,34,17); }

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

border-color css

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

 span { border-color: rgb(224,34,17); }

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