Html Css Color HEX #E64013 Harley Davidson Orange

📋 copy color: '#E64013'

red 230 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #E64013

Tints of Harley Davidson Orange #E64013

RGB

 RED value IS 230 (90.23% from 255) = 73.48%

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

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

R = 73.48%
G = 20.45%
B = 6.07%

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

#E64013 (or 0xE64013) is known color: Harley Davidson Orange. HEX triplet: E6, 40 and 13. RGB value is (230,64,19). Sum of RGB (Red+Green+Blue) = 230+64+19=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E64013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64013 is #19BFEC. Grayscale: #6C6C6C. Windows color (decimal): -1687533 or 1261798. OLE color: 1261798.

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

Color convert

RGB 230 64 19 -
CMYK 0 0.72 0.92 0.10
HSL 12.8º 0.85% 0.49% -
HSV(B) 12.8º 0.92% 0.9% -
XYZ 34.58 20.54 2.76 -
YUV 108.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 230 64 19 0 0.72 0.92 0.10 12.8 0.85 0.49
Hex E6 40 13 0 48 5C A D 55 31
Octal 346 100 23 0 110 134 12 15 125 61
Binary 11100110 1000000 10011 0 1001000 1011100 1010 1101 1010101 110001

Color Harmonies of #E64013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64013

Black with #E64013

Text Example


Text Example

White with #E64013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64013; }

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

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

background-color css

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

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

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

border-color css

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

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

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