Html Css Color HEX #E12A1B Harley Davidson Orange

📋 copy color: '#E12A1B'

red 225 ◦ green 42 ◦ blue 27

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

Shades of Harley Davidson Orange #E12A1B

Tints of Harley Davidson Orange #E12A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.29%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 76.53%
G = 14.29%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E12A1B (or 0xE12A1B) is known color: Harley Davidson Orange. HEX triplet: E1, 2A and 1B. RGB value is (225,42,27). Sum of RGB (Red+Green+Blue) = 225+42+27=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A1B is #1ED5E4. Grayscale: #5F5F5F. Windows color (decimal): -2020837 or 1780449. OLE color: 1780449.

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

Color convert

RGB 225 42 27 -
CMYK 0 0.81 0.88 0.12
HSL 4.55º 0.79% 0.49% -
HSV(B) 4.55º 0.88% 0.88% -
XYZ 32.08 17.74 2.77 -
YUV 95.01 89.63 220.72 -
System Red Green Blue C M Y K H S L
Decimal 225 42 27 0 0.81 0.88 0.12 4.55 0.79 0.49
Hex E1 2A 1B 0 51 58 C 5 4F 31
Octal 341 52 33 0 121 130 14 5 117 61
Binary 11100001 101010 11011 0 1010001 1011000 1100 101 1001111 110001

Color Harmonies of #E12A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A1B

Black with #E12A1B

Text Example


Text Example

White with #E12A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A1B; }

 p { color: rgb(225,42,27); }

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

background-color css

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

 a { background-color: rgb(225,42,27); }

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

border-color css

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

 span { border-color: rgb(225,42,27); }

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