Html Css Color HEX #E12212 Harley Davidson Orange

📋 copy color: '#E12212'

red 225 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #E12212

Tints of Harley Davidson Orange #E12212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 81.23%
G = 12.27%
B = 6.5%

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

#E12212 (or 0xE12212) is known color: Harley Davidson Orange. HEX triplet: E1, 22 and 12. RGB value is (225,34,18). Sum of RGB (Red+Green+Blue) = 225+34+18=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E12212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12212 is #1EDDED. Grayscale: #595959. Windows color (decimal): -2022894 or 1188577. OLE color: 1188577.

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

Color convert

RGB 225 34 18 -
CMYK 0 0.85 0.92 0.12
HSL 4.64º 0.85% 0.48% -
HSV(B) 4.64º 0.92% 0.88% -
XYZ 31.73 17.2 2.22 -
YUV 89.29 87.78 224.8 -
System Red Green Blue C M Y K H S L
Decimal 225 34 18 0 0.85 0.92 0.12 4.64 0.85 0.48
Hex E1 22 12 0 55 5C C 5 55 30
Octal 341 42 22 0 125 134 14 5 125 60
Binary 11100001 100010 10010 0 1010101 1011100 1100 101 1010101 110000

Color Harmonies of #E12212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12212

Black with #E12212

Text Example


Text Example

White with #E12212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12212; }

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

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

background-color css

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

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

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

border-color css

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

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

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