Html Css Color HEX #E01B11 Harley Davidson Orange

📋 copy color: '#E01B11'

red 224 ◦ green 27 ◦ blue 17

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

Shades of Harley Davidson Orange #E01B11

Tints of Harley Davidson Orange #E01B11

RGB

 RED value IS 224 (87.89% from 255) = 83.58%

 GREEN value IS 27 (10.94% from 255) = 10.07%

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

R = 83.58%
G = 10.07%
B = 6.34%

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

#E01B11 (or 0xE01B11) is known color: Harley Davidson Orange. HEX triplet: E0, 1B and 11. RGB value is (224,27,17). Sum of RGB (Red+Green+Blue) = 224+27+17=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01B11 is #1FE4EE. Grayscale: #555555. Windows color (decimal): -2090223 or 1121248. OLE color: 1121248.

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

Color convert

RGB 224 27 17 -
CMYK 0 0.88 0.92 0.12
HSL 2.9º 0.86% 0.47% -
HSV(B) 2.9º 0.92% 0.88% -
XYZ 31.23 16.67 2.1 -
YUV 84.76 89.77 227.31 -
System Red Green Blue C M Y K H S L
Decimal 224 27 17 0 0.88 0.92 0.12 2.9 0.86 0.47
Hex E0 1B 11 0 58 5C C 3 56 2F
Octal 340 33 21 0 130 134 14 3 126 57
Binary 11100000 11011 10001 0 1011000 1011100 1100 11 1010110 101111

Color Harmonies of #E01B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B11

Black with #E01B11

Text Example


Text Example

White with #E01B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B11; }

 p { color: rgb(224,27,17); }

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

background-color css

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

 a { background-color: rgb(224,27,17); }

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

border-color css

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

 span { border-color: rgb(224,27,17); }

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