Html Css Color HEX #E54013 Harley Davidson Orange

📋 copy color: '#E54013'

red 229 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #E54013

Tints of Harley Davidson Orange #E54013

RGB

 RED value IS 229 (89.84% from 255) = 73.4%

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

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

R = 73.4%
G = 20.51%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E54013 (or 0xE54013) is known color: Harley Davidson Orange. HEX triplet: E5, 40 and 13. RGB value is (229,64,19). Sum of RGB (Red+Green+Blue) = 229+64+19=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E54013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54013 is #1ABFEC. Grayscale: #6C6C6C. Windows color (decimal): -1753069 or 1261797. OLE color: 1261797.

HSL color Cylindrical-coordinate representation of color #E54013: hue angle of 12.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E54013 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 19 -
CMYK 0 0.72 0.92 0.10
HSL 12.86º 0.85% 0.49% -
HSV(B) 12.86º 0.92% 0.9% -
XYZ 34.26 20.37 2.74 -
YUV 108.21 77.66 214.16 -
System Red Green Blue C M Y K H S L
Decimal 229 64 19 0 0.72 0.92 0.10 12.86 0.85 0.49
Hex E5 40 13 0 48 5C A D 55 31
Octal 345 100 23 0 110 134 12 15 125 61
Binary 11100101 1000000 10011 0 1001000 1011100 1010 1101 1010101 110001

Color Harmonies of #E54013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54013

Black with #E54013

Text Example


Text Example

White with #E54013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54013; }

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

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

background-color css

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

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

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

border-color css

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

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

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