Html Css Color HEX #E11A12 Harley Davidson Orange

📋 copy color: '#E11A12'

red 225 ◦ green 26 ◦ blue 18

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

Shades of Harley Davidson Orange #E11A12

Tints of Harley Davidson Orange #E11A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

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

R = 83.64%
G = 9.67%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11A12 (or 0xE11A12) is known color: Harley Davidson Orange. HEX triplet: E1, 1A and 12. RGB value is (225,26,18). Sum of RGB (Red+Green+Blue) = 225+26+18=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11A12 is #1EE5ED. Grayscale: #545454. Windows color (decimal): -2024942 or 1186529. OLE color: 1186529.

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

Color convert

RGB 225 26 18 -
CMYK 0 0.88 0.92 0.12
HSL 2.32º 0.85% 0.48% -
HSV(B) 2.32º 0.92% 0.88% -
XYZ 31.53 16.79 2.15 -
YUV 84.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 225 26 18 0 0.88 0.92 0.12 2.32 0.85 0.48
Hex E1 1A 12 0 58 5C C 2 55 30
Octal 341 32 22 0 130 134 14 2 125 60
Binary 11100001 11010 10010 0 1011000 1011100 1100 10 1010101 110000

Color Harmonies of #E11A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A12

Black with #E11A12

Text Example


Text Example

White with #E11A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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