Html Css Color HEX #E11C11 Harley Davidson Orange

📋 copy color: '#E11C11'

red 225 ◦ green 28 ◦ blue 17

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

Shades of Harley Davidson Orange #E11C11

Tints of Harley Davidson Orange #E11C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 83.33%
G = 10.37%
B = 6.3%

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

#E11C11 (or 0xE11C11) is known color: Harley Davidson Orange. HEX triplet: E1, 1C and 11. RGB value is (225,28,17). Sum of RGB (Red+Green+Blue) = 225+28+17=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C11 is #1EE3EE. Grayscale: #555555. Windows color (decimal): -2024431 or 1121505. OLE color: 1121505.

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

Color convert

RGB 225 28 17 -
CMYK 0 0.88 0.92 0.12
HSL 3.17º 0.86% 0.47% -
HSV(B) 3.17º 0.92% 0.88% -
XYZ 31.57 16.88 2.12 -
YUV 85.65 89.27 227.39 -
System Red Green Blue C M Y K H S L
Decimal 225 28 17 0 0.88 0.92 0.12 3.17 0.86 0.47
Hex E1 1C 11 0 58 5C C 3 56 2F
Octal 341 34 21 0 130 134 14 3 126 57
Binary 11100001 11100 10001 0 1011000 1011100 1100 11 1010110 101111

Color Harmonies of #E11C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C11

Black with #E11C11

Text Example


Text Example

White with #E11C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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