Html Css Color HEX #E04116 Harley Davidson Orange

📋 copy color: '#E04116'

red 224 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #E04116

Tints of Harley Davidson Orange #E04116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 72.03%
G = 20.9%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E04116 (or 0xE04116) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 16. RGB value is (224,65,22). Sum of RGB (Red+Green+Blue) = 224+65+22=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E04116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04116 is #1FBEE9. Grayscale: #6B6B6B. Windows color (decimal): -2080490 or 1458656. OLE color: 1458656.

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

Color convert

RGB 224 65 22 -
CMYK 0 0.71 0.90 0.12
HSL 12.77º 0.82% 0.48% -
HSV(B) 12.77º 0.9% 0.88% -
XYZ 32.78 19.69 2.83 -
YUV 107.64 79.68 211 -
System Red Green Blue C M Y K H S L
Decimal 224 65 22 0 0.71 0.90 0.12 12.77 0.82 0.48
Hex E0 41 16 0 47 5A C D 52 30
Octal 340 101 26 0 107 132 14 15 122 60
Binary 11100000 1000001 10110 0 1000111 1011010 1100 1101 1010010 110000

Color Harmonies of #E04116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04116

Black with #E04116

Text Example


Text Example

White with #E04116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04116; }

 p { color: rgb(224,65,22); }

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

background-color css

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

 a { background-color: rgb(224,65,22); }

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

border-color css

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

 span { border-color: rgb(224,65,22); }

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