Html Css Color HEX #E14215 Harley Davidson Orange

📋 copy color: '#E14215'

red 225 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #E14215

Tints of Harley Davidson Orange #E14215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 72.12%
G = 21.15%
B = 6.73%

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

#E14215 (or 0xE14215) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 15. RGB value is (225,66,21). Sum of RGB (Red+Green+Blue) = 225+66+21=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E14215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14215 is #1EBDEA. Grayscale: #6C6C6C. Windows color (decimal): -2014699 or 1393377. OLE color: 1393377.

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

Color convert

RGB 225 66 21 -
CMYK 0 0.71 0.91 0.12
HSL 13.24º 0.83% 0.48% -
HSV(B) 13.24º 0.91% 0.88% -
XYZ 33.13 19.96 2.82 -
YUV 108.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 225 66 21 0 0.71 0.91 0.12 13.24 0.83 0.48
Hex E1 42 15 0 47 5B C D 53 30
Octal 341 102 25 0 107 133 14 15 123 60
Binary 11100001 1000010 10101 0 1000111 1011011 1100 1101 1010011 110000

Color Harmonies of #E14215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14215

Black with #E14215

Text Example


Text Example

White with #E14215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14215; }

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

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

background-color css

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

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

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

border-color css

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

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

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