Html Css Color HEX #E14013 Harley Davidson Orange

📋 copy color: '#E14013'

red 225 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #E14013

Tints of Harley Davidson Orange #E14013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 73.05%
G = 20.78%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14013 (or 0xE14013) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 13. RGB value is (225,64,19). Sum of RGB (Red+Green+Blue) = 225+64+19=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E14013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14013 is #1EBFEC. Grayscale: #6B6B6B. Windows color (decimal): -2015213 or 1261793. OLE color: 1261793.

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

Color convert

RGB 225 64 19 -
CMYK 0 0.72 0.92 0.12
HSL 13.11º 0.84% 0.48% -
HSV(B) 13.11º 0.92% 0.88% -
XYZ 33 19.72 2.68 -
YUV 107.01 78.34 212.16 -
System Red Green Blue C M Y K H S L
Decimal 225 64 19 0 0.72 0.92 0.12 13.11 0.84 0.48
Hex E1 40 13 0 48 5C C D 54 30
Octal 341 100 23 0 110 134 14 15 124 60
Binary 11100001 1000000 10011 0 1001000 1011100 1100 1101 1010100 110000

Color Harmonies of #E14013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14013

Black with #E14013

Text Example


Text Example

White with #E14013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14013; }

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

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

background-color css

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

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

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

border-color css

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

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

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