Html Css Color HEX #E14014 Harley Davidson Orange

📋 copy color: '#E14014'

red 225 ◦ green 64 ◦ blue 20

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

Shades of Harley Davidson Orange #E14014

Tints of Harley Davidson Orange #E14014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.71%

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

R = 72.82%
G = 20.71%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E14014 (or 0xE14014) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 14. RGB value is (225,64,20). Sum of RGB (Red+Green+Blue) = 225+64+20=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E14014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14014 is #1EBFEB. Grayscale: #6B6B6B. Windows color (decimal): -2015212 or 1327329. OLE color: 1327329.

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

Color convert

RGB 225 64 20 -
CMYK 0 0.72 0.91 0.12
HSL 12.88º 0.84% 0.48% -
HSV(B) 12.88º 0.91% 0.88% -
XYZ 33.01 19.72 2.73 -
YUV 107.12 78.84 212.08 -
System Red Green Blue C M Y K H S L
Decimal 225 64 20 0 0.72 0.91 0.12 12.88 0.84 0.48
Hex E1 40 14 0 48 5B C D 54 30
Octal 341 100 24 0 110 133 14 15 124 60
Binary 11100001 1000000 10100 0 1001000 1011011 1100 1101 1010100 110000

Color Harmonies of #E14014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14014

Black with #E14014

Text Example


Text Example

White with #E14014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14014; }

 p { color: rgb(225,64,20); }

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

background-color css

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

 a { background-color: rgb(225,64,20); }

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

border-color css

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

 span { border-color: rgb(225,64,20); }

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