Html Css Color HEX #E11C18 Harley Davidson Orange

📋 copy color: '#E11C18'

red 225 ◦ green 28 ◦ blue 24

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

Shades of Harley Davidson Orange #E11C18

Tints of Harley Davidson Orange #E11C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.11%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 81.23%
G = 10.11%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E11C18 (or 0xE11C18) is known color: Harley Davidson Orange. HEX triplet: E1, 1C and 18. RGB value is (225,28,24). Sum of RGB (Red+Green+Blue) = 225+28+24=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C18 is #1EE3E7. Grayscale: #565656. Windows color (decimal): -2024424 or 1580257. OLE color: 1580257.

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

Color convert

RGB 225 28 24 -
CMYK 0 0.88 0.89 0.12
HSL 1.19º 0.81% 0.49% -
HSV(B) 1.19º 0.89% 0.88% -
XYZ 31.63 16.9 2.46 -
YUV 86.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 225 28 24 0 0.88 0.89 0.12 1.19 0.81 0.49
Hex E1 1C 18 0 58 59 C 1 51 31
Octal 341 34 30 0 130 131 14 1 121 61
Binary 11100001 11100 11000 0 1011000 1011001 1100 1 1010001 110001

Color Harmonies of #E11C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C18

Black with #E11C18

Text Example


Text Example

White with #E11C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C18; }

 p { color: rgb(225,28,24); }

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

background-color css

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

 a { background-color: rgb(225,28,24); }

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

border-color css

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

 span { border-color: rgb(225,28,24); }

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