Html Css Color HEX #E12010 Harley Davidson Orange

📋 copy color: '#E12010'

red 225 ◦ green 32 ◦ blue 16

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

Shades of Harley Davidson Orange #E12010

Tints of Harley Davidson Orange #E12010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 82.42%
G = 11.72%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E12010 (or 0xE12010) is known color: Harley Davidson Orange. HEX triplet: E1, 20 and 10. RGB value is (225,32,16). Sum of RGB (Red+Green+Blue) = 225+32+16=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E12010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12010 is #1EDFEF. Grayscale: #585858. Windows color (decimal): -2023408 or 1056993. OLE color: 1056993.

HSL color Cylindrical-coordinate representation of color #E12010: hue angle of 4.59º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E12010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 16 -
CMYK 0 0.86 0.93 0.12
HSL 4.59º 0.87% 0.47% -
HSV(B) 4.59º 0.93% 0.88% -
XYZ 31.66 17.08 2.12 -
YUV 87.88 87.44 225.8 -
System Red Green Blue C M Y K H S L
Decimal 225 32 16 0 0.86 0.93 0.12 4.59 0.87 0.47
Hex E1 20 10 0 56 5D C 5 57 2F
Octal 341 40 20 0 126 135 14 5 127 57
Binary 11100001 100000 10000 0 1010110 1011101 1100 101 1010111 101111

Color Harmonies of #E12010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12010

Black with #E12010

Text Example


Text Example

White with #E12010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12010; }

 p { color: rgb(225,32,16); }

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

background-color css

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

 a { background-color: rgb(225,32,16); }

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

border-color css

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

 span { border-color: rgb(225,32,16); }

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