Html Css Color HEX #E11A15 Harley Davidson Orange

📋 copy color: '#E11A15'

red 225 ◦ green 26 ◦ blue 21

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

Shades of Harley Davidson Orange #E11A15

Tints of Harley Davidson Orange #E11A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 82.72%
G = 9.56%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E11A15 (or 0xE11A15) is known color: Harley Davidson Orange. HEX triplet: E1, 1A and 15. RGB value is (225,26,21). Sum of RGB (Red+Green+Blue) = 225+26+21=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11A15 is #1EE5EA. Grayscale: #555555. Windows color (decimal): -2024939 or 1383137. OLE color: 1383137.

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

Color convert

RGB 225 26 21 -
CMYK 0 0.88 0.91 0.12
HSL 1.47º 0.83% 0.48% -
HSV(B) 1.47º 0.91% 0.88% -
XYZ 31.56 16.8 2.29 -
YUV 84.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 225 26 21 0 0.88 0.91 0.12 1.47 0.83 0.48
Hex E1 1A 15 0 58 5B C 1 53 30
Octal 341 32 25 0 130 133 14 1 123 60
Binary 11100001 11010 10101 0 1011000 1011011 1100 1 1010011 110000

Color Harmonies of #E11A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A15

Black with #E11A15

Text Example


Text Example

White with #E11A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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