Html Css Color HEX #E14615 Harley Davidson Orange

📋 copy color: '#E14615'

red 225 ◦ green 70 ◦ blue 21

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

Shades of Harley Davidson Orange #E14615

Tints of Harley Davidson Orange #E14615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 71.2%
G = 22.15%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E14615 (or 0xE14615) is known color: Harley Davidson Orange. HEX triplet: E1, 46 and 15. RGB value is (225,70,21). Sum of RGB (Red+Green+Blue) = 225+70+21=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E14615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14615 is #1EB9EA. Grayscale: #6F6F6F. Windows color (decimal): -2013675 or 1394401. OLE color: 1394401.

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

Color convert

RGB 225 70 21 -
CMYK 0 0.69 0.91 0.12
HSL 14.41º 0.83% 0.48% -
HSV(B) 14.41º 0.91% 0.88% -
XYZ 33.38 20.44 2.9 -
YUV 110.76 77.35 209.48 -
System Red Green Blue C M Y K H S L
Decimal 225 70 21 0 0.69 0.91 0.12 14.41 0.83 0.48
Hex E1 46 15 0 45 5B C E 53 30
Octal 341 106 25 0 105 133 14 16 123 60
Binary 11100001 1000110 10101 0 1000101 1011011 1100 1110 1010011 110000

Color Harmonies of #E14615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14615

Black with #E14615

Text Example


Text Example

White with #E14615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14615; }

 p { color: rgb(225,70,21); }

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

background-color css

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

 a { background-color: rgb(225,70,21); }

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

border-color css

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

 span { border-color: rgb(225,70,21); }

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