Html Css Color HEX #E12110 Harley Davidson Orange

📋 copy color: '#E12110'

red 225 ◦ green 33 ◦ blue 16

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

Shades of Harley Davidson Orange #E12110

Tints of Harley Davidson Orange #E12110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 82.12%
G = 12.04%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E12110 (or 0xE12110) is known color: Harley Davidson Orange. HEX triplet: E1, 21 and 10. RGB value is (225,33,16). Sum of RGB (Red+Green+Blue) = 225+33+16=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E12110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12110 is #1EDEEF. Grayscale: #585858. Windows color (decimal): -2023152 or 1057249. OLE color: 1057249.

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

Color convert

RGB 225 33 16 -
CMYK 0 0.85 0.93 0.12
HSL 4.88º 0.87% 0.47% -
HSV(B) 4.88º 0.93% 0.88% -
XYZ 31.69 17.13 2.13 -
YUV 88.47 87.11 225.38 -
System Red Green Blue C M Y K H S L
Decimal 225 33 16 0 0.85 0.93 0.12 4.88 0.87 0.47
Hex E1 21 10 0 55 5D C 5 57 2F
Octal 341 41 20 0 125 135 14 5 127 57
Binary 11100001 100001 10000 0 1010101 1011101 1100 101 1010111 101111

Color Harmonies of #E12110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12110

Black with #E12110

Text Example


Text Example

White with #E12110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12110; }

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

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

background-color css

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

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

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

border-color css

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

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

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