Html Css Color HEX #E14219 Harley Davidson Orange

📋 copy color: '#E14219'

red 225 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #E14219

Tints of Harley Davidson Orange #E14219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 71.2%
G = 20.89%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E14219 (or 0xE14219) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 19. RGB value is (225,66,25). Sum of RGB (Red+Green+Blue) = 225+66+25=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E14219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14219 is #1EBDE6. Grayscale: #6D6D6D. Windows color (decimal): -2014695 or 1655521. OLE color: 1655521.

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

Color convert

RGB 225 66 25 -
CMYK 0 0.71 0.89 0.12
HSL 12.3º 0.8% 0.49% -
HSV(B) 12.3º 0.89% 0.88% -
XYZ 33.18 19.97 3.03 -
YUV 108.87 80.68 210.83 -
System Red Green Blue C M Y K H S L
Decimal 225 66 25 0 0.71 0.89 0.12 12.3 0.8 0.49
Hex E1 42 19 0 47 59 C C 50 31
Octal 341 102 31 0 107 131 14 14 120 61
Binary 11100001 1000010 11001 0 1000111 1011001 1100 1100 1010000 110001

Color Harmonies of #E14219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14219

Black with #E14219

Text Example


Text Example

White with #E14219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14219; }

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

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

background-color css

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

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

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

border-color css

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

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

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