Html Css Color HEX #E02117 Harley Davidson Orange

📋 copy color: '#E02117'

red 224 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #E02117

Tints of Harley Davidson Orange #E02117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

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

R = 80%
G = 11.79%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E02117 (or 0xE02117) is known color: Harley Davidson Orange. HEX triplet: E0, 21 and 17. RGB value is (224,33,23). Sum of RGB (Red+Green+Blue) = 224+33+23=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E02117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02117 is #1FDEE8. Grayscale: #595959. Windows color (decimal): -2088681 or 1516000. OLE color: 1516000.

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

Color convert

RGB 224 33 23 -
CMYK 0 0.85 0.90 0.12
HSL 2.99º 0.81% 0.48% -
HSV(B) 2.99º 0.9% 0.88% -
XYZ 31.44 17 2.43 -
YUV 88.97 90.78 224.31 -
System Red Green Blue C M Y K H S L
Decimal 224 33 23 0 0.85 0.90 0.12 2.99 0.81 0.48
Hex E0 21 17 0 55 5A C 3 51 30
Octal 340 41 27 0 125 132 14 3 121 60
Binary 11100000 100001 10111 0 1010101 1011010 1100 11 1010001 110000

Color Harmonies of #E02117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02117

Black with #E02117

Text Example


Text Example

White with #E02117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02117; }

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

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

background-color css

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

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

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

border-color css

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

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

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