Html Css Color HEX #E01D17 Harley Davidson Orange

📋 copy color: '#E01D17'

red 224 ◦ green 29 ◦ blue 23

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

Shades of Harley Davidson Orange #E01D17

Tints of Harley Davidson Orange #E01D17

RGB

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

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

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

R = 81.16%
G = 10.51%
B = 8.33%

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

#E01D17 (or 0xE01D17) is known color: Harley Davidson Orange. HEX triplet: E0, 1D and 17. RGB value is (224,29,23). Sum of RGB (Red+Green+Blue) = 224+29+23=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01D17 is #1FE2E8. Grayscale: #565656. Windows color (decimal): -2089705 or 1514976. OLE color: 1514976.

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

Color convert

RGB 224 29 23 -
CMYK 0 0.87 0.90 0.12
HSL 1.79º 0.81% 0.48% -
HSV(B) 1.79º 0.9% 0.88% -
XYZ 31.33 16.79 2.4 -
YUV 86.62 92.1 225.99 -
System Red Green Blue C M Y K H S L
Decimal 224 29 23 0 0.87 0.90 0.12 1.79 0.81 0.48
Hex E0 1D 17 0 57 5A C 2 51 30
Octal 340 35 27 0 127 132 14 2 121 60
Binary 11100000 11101 10111 0 1010111 1011010 1100 10 1010001 110000

Color Harmonies of #E01D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D17

Black with #E01D17

Text Example


Text Example

White with #E01D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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