Html Css Color HEX #E04012 Harley Davidson Orange

📋 copy color: '#E04012'

red 224 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #E04012

Tints of Harley Davidson Orange #E04012

RGB

 RED value IS 224 (87.89% from 255) = 73.2%

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

 BLUE value IS 18 (7.42% from 255) = 5.88%

R = 73.2%
G = 20.92%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04012 (or 0xE04012) is known color: Harley Davidson Orange. HEX triplet: E0, 40 and 12. RGB value is (224,64,18). Sum of RGB (Red+Green+Blue) = 224+64+18=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E04012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04012 is #1FBFED. Grayscale: #6A6A6A. Windows color (decimal): -2080750 or 1196256. OLE color: 1196256.

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

Color convert

RGB 224 64 18 -
CMYK 0 0.71 0.92 0.12
HSL 13.4º 0.85% 0.47% -
HSV(B) 13.4º 0.92% 0.88% -
XYZ 32.68 19.56 2.62 -
YUV 106.6 78.01 211.74 -
System Red Green Blue C M Y K H S L
Decimal 224 64 18 0 0.71 0.92 0.12 13.4 0.85 0.47
Hex E0 40 12 0 47 5C C D 55 2F
Octal 340 100 22 0 107 134 14 15 125 57
Binary 11100000 1000000 10010 0 1000111 1011100 1100 1101 1010101 101111

Color Harmonies of #E04012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04012

Black with #E04012

Text Example


Text Example

White with #E04012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04012; }

 p { color: rgb(224,64,18); }

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

background-color css

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

 a { background-color: rgb(224,64,18); }

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

border-color css

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

 span { border-color: rgb(224,64,18); }

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