Html Css Color HEX #E12211 Harley Davidson Orange

📋 copy color: '#E12211'

red 225 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #E12211

Tints of Harley Davidson Orange #E12211

RGB

 RED value IS 225 (88.28% from 255) = 81.52%

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

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

R = 81.52%
G = 12.32%
B = 6.16%

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

#E12211 (or 0xE12211) is known color: Harley Davidson Orange. HEX triplet: E1, 22 and 11. RGB value is (225,34,17). Sum of RGB (Red+Green+Blue) = 225+34+17=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E12211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12211 is #1EDDEE. Grayscale: #595959. Windows color (decimal): -2022895 or 1123041. OLE color: 1123041.

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

Color convert

RGB 225 34 17 -
CMYK 0 0.85 0.92 0.12
HSL 4.9º 0.86% 0.47% -
HSV(B) 4.9º 0.92% 0.88% -
XYZ 31.72 17.19 2.18 -
YUV 89.17 87.28 224.88 -
System Red Green Blue C M Y K H S L
Decimal 225 34 17 0 0.85 0.92 0.12 4.9 0.86 0.47
Hex E1 22 11 0 55 5C C 5 56 2F
Octal 341 42 21 0 125 134 14 5 126 57
Binary 11100001 100010 10001 0 1010101 1011100 1100 101 1010110 101111

Color Harmonies of #E12211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12211

Black with #E12211

Text Example


Text Example

White with #E12211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12211; }

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

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

background-color css

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

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

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

border-color css

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

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

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