Html Css Color HEX #E04114 Harley Davidson Orange

📋 copy color: '#E04114'

red 224 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #E04114

Tints of Harley Davidson Orange #E04114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 72.49%
G = 21.04%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E04114 (or 0xE04114) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 14. RGB value is (224,65,20). Sum of RGB (Red+Green+Blue) = 224+65+20=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E04114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04114 is #1FBEEB. Grayscale: #6B6B6B. Windows color (decimal): -2080492 or 1327584. OLE color: 1327584.

HSL color Cylindrical-coordinate representation of color #E04114: hue angle of 13.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04114 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 20 -
CMYK 0 0.71 0.91 0.12
HSL 13.24º 0.84% 0.48% -
HSV(B) 13.24º 0.91% 0.88% -
XYZ 32.76 19.68 2.73 -
YUV 107.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 224 65 20 0 0.71 0.91 0.12 13.24 0.84 0.48
Hex E0 41 14 0 47 5B C D 54 30
Octal 340 101 24 0 107 133 14 15 124 60
Binary 11100000 1000001 10100 0 1000111 1011011 1100 1101 1010100 110000

Color Harmonies of #E04114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04114

Black with #E04114

Text Example


Text Example

White with #E04114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04114; }

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

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

background-color css

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

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

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

border-color css

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

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

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