Html Css Color HEX #E04416 Harley Davidson Orange

📋 copy color: '#E04416'

red 224 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #E04416

Tints of Harley Davidson Orange #E04416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 71.34%
G = 21.66%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E04416 (or 0xE04416) is known color: Harley Davidson Orange. HEX triplet: E0, 44 and 16. RGB value is (224,68,22). Sum of RGB (Red+Green+Blue) = 224+68+22=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E04416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04416 is #1FBBE9. Grayscale: #6D6D6D. Windows color (decimal): -2079722 or 1459424. OLE color: 1459424.

HSL color Cylindrical-coordinate representation of color #E04416: hue angle of 13.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E04416 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 22 -
CMYK 0 0.70 0.90 0.12
HSL 13.66º 0.82% 0.48% -
HSV(B) 13.66º 0.9% 0.88% -
XYZ 32.95 20.04 2.89 -
YUV 109.4 78.68 209.74 -
System Red Green Blue C M Y K H S L
Decimal 224 68 22 0 0.70 0.90 0.12 13.66 0.82 0.48
Hex E0 44 16 0 46 5A C E 52 30
Octal 340 104 26 0 106 132 14 16 122 60
Binary 11100000 1000100 10110 0 1000110 1011010 1100 1110 1010010 110000

Color Harmonies of #E04416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04416

Black with #E04416

Text Example


Text Example

White with #E04416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04416; }

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

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

background-color css

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

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

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

border-color css

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

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

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