Html Css Color HEX #E04612 Harley Davidson Orange

📋 copy color: '#E04612'

red 224 ◦ green 70 ◦ blue 18

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

Shades of Harley Davidson Orange #E04612

Tints of Harley Davidson Orange #E04612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 71.79%
G = 22.44%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04612 (or 0xE04612) is known color: Harley Davidson Orange. HEX triplet: E0, 46 and 12. RGB value is (224,70,18). Sum of RGB (Red+Green+Blue) = 224+70+18=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E04612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04612 is #1FB9ED. Grayscale: #6E6E6E. Windows color (decimal): -2079214 or 1197792. OLE color: 1197792.

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

Color convert

RGB 224 70 18 -
CMYK 0 0.69 0.92 0.12
HSL 15.15º 0.85% 0.47% -
HSV(B) 15.15º 0.92% 0.88% -
XYZ 33.04 20.27 2.74 -
YUV 110.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 224 70 18 0 0.69 0.92 0.12 15.15 0.85 0.47
Hex E0 46 12 0 45 5C C F 55 2F
Octal 340 106 22 0 105 134 14 17 125 57
Binary 11100000 1000110 10010 0 1000101 1011100 1100 1111 1010101 101111

Color Harmonies of #E04612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04612

Black with #E04612

Text Example


Text Example

White with #E04612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04612; }

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

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

background-color css

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

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

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

border-color css

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

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

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