Html Css Color HEX #E14313 Harley Davidson Orange

📋 copy color: '#E14313'

red 225 ◦ green 67 ◦ blue 19

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

Shades of Harley Davidson Orange #E14313

Tints of Harley Davidson Orange #E14313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.54%

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

R = 72.35%
G = 21.54%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14313 (or 0xE14313) is known color: Harley Davidson Orange. HEX triplet: E1, 43 and 13. RGB value is (225,67,19). Sum of RGB (Red+Green+Blue) = 225+67+19=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E14313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14313 is #1EBCEC. Grayscale: #6D6D6D. Windows color (decimal): -2014445 or 1262561. OLE color: 1262561.

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

Color convert

RGB 225 67 19 -
CMYK 0 0.70 0.92 0.12
HSL 13.98º 0.84% 0.48% -
HSV(B) 13.98º 0.92% 0.88% -
XYZ 33.18 20.07 2.74 -
YUV 108.77 77.35 210.9 -
System Red Green Blue C M Y K H S L
Decimal 225 67 19 0 0.70 0.92 0.12 13.98 0.84 0.48
Hex E1 43 13 0 46 5C C E 54 30
Octal 341 103 23 0 106 134 14 16 124 60
Binary 11100001 1000011 10011 0 1000110 1011100 1100 1110 1010100 110000

Color Harmonies of #E14313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14313

Black with #E14313

Text Example


Text Example

White with #E14313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14313; }

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

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

background-color css

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

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

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

border-color css

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

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

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