Html Css Color HEX #E11D17 Harley Davidson Orange

📋 copy color: '#E11D17'

red 225 ◦ green 29 ◦ blue 23

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

Shades of Harley Davidson Orange #E11D17

Tints of Harley Davidson Orange #E11D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 81.23%
G = 10.47%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E11D17 (or 0xE11D17) is known color: Harley Davidson Orange. HEX triplet: E1, 1D and 17. RGB value is (225,29,23). Sum of RGB (Red+Green+Blue) = 225+29+23=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11D17 is #1EE2E8. Grayscale: #575757. Windows color (decimal): -2024169 or 1514977. OLE color: 1514977.

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

Color convert

RGB 225 29 23 -
CMYK 0 0.87 0.90 0.12
HSL 1.78º 0.81% 0.49% -
HSV(B) 1.78º 0.9% 0.88% -
XYZ 31.65 16.95 2.41 -
YUV 86.92 91.93 226.49 -
System Red Green Blue C M Y K H S L
Decimal 225 29 23 0 0.87 0.90 0.12 1.78 0.81 0.49
Hex E1 1D 17 0 57 5A C 2 51 31
Octal 341 35 27 0 127 132 14 2 121 61
Binary 11100001 11101 10111 0 1010111 1011010 1100 10 1010001 110001

Color Harmonies of #E11D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D17

Black with #E11D17

Text Example


Text Example

White with #E11D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D17; }

 p { color: rgb(225,29,23); }

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

background-color css

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

 a { background-color: rgb(225,29,23); }

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

border-color css

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

 span { border-color: rgb(225,29,23); }

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