Html Css Color HEX #E22013 Harley Davidson Orange

📋 copy color: '#E22013'

red 226 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #E22013

Tints of Harley Davidson Orange #E22013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 81.59%
G = 11.55%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E22013 (or 0xE22013) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 13. RGB value is (226,32,19). Sum of RGB (Red+Green+Blue) = 226+32+19=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E22013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22013 is #1DDFEC. Grayscale: #585858. Windows color (decimal): -1957869 or 1253602. OLE color: 1253602.

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

Color convert

RGB 226 32 19 -
CMYK 0 0.86 0.92 0.11
HSL 3.77º 0.84% 0.48% -
HSV(B) 3.77º 0.92% 0.89% -
XYZ 32 17.25 2.26 -
YUV 88.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 226 32 19 0 0.86 0.92 0.11 3.77 0.84 0.48
Hex E2 20 13 0 56 5C B 4 54 30
Octal 342 40 23 0 126 134 13 4 124 60
Binary 11100010 100000 10011 0 1010110 1011100 1011 100 1010100 110000

Color Harmonies of #E22013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22013

Black with #E22013

Text Example


Text Example

White with #E22013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22013; }

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

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

background-color css

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

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

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

border-color css

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

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

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