Html Css Color HEX #E04412 Harley Davidson Orange

📋 copy color: '#E04412'

red 224 ◦ green 68 ◦ blue 18

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

Shades of Harley Davidson Orange #E04412

Tints of Harley Davidson Orange #E04412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 72.26%
G = 21.94%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04412 (or 0xE04412) is known color: Harley Davidson Orange. HEX triplet: E0, 44 and 12. RGB value is (224,68,18). Sum of RGB (Red+Green+Blue) = 224+68+18=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E04412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04412 is #1FBBED. Grayscale: #6D6D6D. Windows color (decimal): -2079726 or 1197280. OLE color: 1197280.

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

Color convert

RGB 224 68 18 -
CMYK 0 0.70 0.92 0.12
HSL 14.56º 0.85% 0.47% -
HSV(B) 14.56º 0.92% 0.88% -
XYZ 32.92 20.03 2.7 -
YUV 108.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 224 68 18 0 0.70 0.92 0.12 14.56 0.85 0.47
Hex E0 44 12 0 46 5C C F 55 2F
Octal 340 104 22 0 106 134 14 17 125 57
Binary 11100000 1000100 10010 0 1000110 1011100 1100 1111 1010101 101111

Color Harmonies of #E04412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04412

Black with #E04412

Text Example


Text Example

White with #E04412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04412; }

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

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

background-color css

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

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

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

border-color css

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

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

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