Html Css Color HEX #E2221C Harley Davidson Orange

📋 copy color: '#E2221C'

red 226 ◦ green 34 ◦ blue 28

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

Shades of Harley Davidson Orange #E2221C

Tints of Harley Davidson Orange #E2221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 78.47%
G = 11.81%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2221C (or 0xE2221C) is known color: Harley Davidson Orange. HEX triplet: E2, 22 and 1C. RGB value is (226,34,28). Sum of RGB (Red+Green+Blue) = 226+34+28=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E2221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2221C is #1DDDE3. Grayscale: #5A5A5A. Windows color (decimal): -1957348 or 1843938. OLE color: 1843938.

HSL color Cylindrical-coordinate representation of color #E2221C: hue angle of 1.82º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2221C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 34 28 -
CMYK 0 0.85 0.88 0.11
HSL 1.82º 0.78% 0.5% -
HSV(B) 1.82º 0.88% 0.89% -
XYZ 32.15 17.4 2.76 -
YUV 90.72 92.61 224.49 -
System Red Green Blue C M Y K H S L
Decimal 226 34 28 0 0.85 0.88 0.11 1.82 0.78 0.5
Hex E2 22 1C 0 55 58 B 2 4E 32
Octal 342 42 34 0 125 130 13 2 116 62
Binary 11100010 100010 11100 0 1010101 1011000 1011 10 1001110 110010

Color Harmonies of #E2221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2221C

Black with #E2221C

Text Example


Text Example

White with #E2221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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