Html Css Color HEX #E04112 Harley Davidson Orange

📋 copy color: '#E04112'

red 224 ◦ green 65 ◦ blue 18

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

Shades of Harley Davidson Orange #E04112

Tints of Harley Davidson Orange #E04112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 72.96%
G = 21.17%
B = 5.86%

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

#E04112 (or 0xE04112) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 12. RGB value is (224,65,18). Sum of RGB (Red+Green+Blue) = 224+65+18=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E04112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04112 is #1FBEED. Grayscale: #6B6B6B. Windows color (decimal): -2080494 or 1196512. OLE color: 1196512.

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

Color convert

RGB 224 65 18 -
CMYK 0 0.71 0.92 0.12
HSL 13.69º 0.85% 0.47% -
HSV(B) 13.69º 0.92% 0.88% -
XYZ 32.74 19.67 2.64 -
YUV 107.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 224 65 18 0 0.71 0.92 0.12 13.69 0.85 0.47
Hex E0 41 12 0 47 5C C E 55 2F
Octal 340 101 22 0 107 134 14 16 125 57
Binary 11100000 1000001 10010 0 1000111 1011100 1100 1110 1010101 101111

Color Harmonies of #E04112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04112

Black with #E04112

Text Example


Text Example

White with #E04112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04112; }

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

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

background-color css

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

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

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

border-color css

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

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

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