Html Css Color HEX #E0221C Harley Davidson Orange

📋 copy color: '#E0221C'

red 224 ◦ green 34 ◦ blue 28

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

Shades of Harley Davidson Orange #E0221C

Tints of Harley Davidson Orange #E0221C

RGB

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

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

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

R = 78.32%
G = 11.89%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0221C (or 0xE0221C) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 1C. RGB value is (224,34,28). Sum of RGB (Red+Green+Blue) = 224+34+28=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E0221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0221C is #1FDDE3. Grayscale: #5A5A5A. Windows color (decimal): -2088420 or 1843936. OLE color: 1843936.

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

Color convert

RGB 224 34 28 -
CMYK 0 0.85 0.88 0.12
HSL 1.84º 0.78% 0.49% -
HSV(B) 1.84º 0.88% 0.88% -
XYZ 31.52 17.08 2.73 -
YUV 90.13 92.95 223.49 -
System Red Green Blue C M Y K H S L
Decimal 224 34 28 0 0.85 0.88 0.12 1.84 0.78 0.49
Hex E0 22 1C 0 55 58 C 2 4E 31
Octal 340 42 34 0 125 130 14 2 116 61
Binary 11100000 100010 11100 0 1010101 1011000 1100 10 1001110 110001

Color Harmonies of #E0221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0221C

Black with #E0221C

Text Example


Text Example

White with #E0221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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