Html Css Color HEX #E04316 Harley Davidson Orange

📋 copy color: '#E04316'

red 224 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #E04316

Tints of Harley Davidson Orange #E04316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 71.57%
G = 21.41%
B = 7.03%

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

#E04316 (or 0xE04316) is known color: Harley Davidson Orange. HEX triplet: E0, 43 and 16. RGB value is (224,67,22). Sum of RGB (Red+Green+Blue) = 224+67+22=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E04316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04316 is #1FBCE9. Grayscale: #6D6D6D. Windows color (decimal): -2079978 or 1459168. OLE color: 1459168.

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

Color convert

RGB 224 67 22 -
CMYK 0 0.70 0.90 0.12
HSL 13.37º 0.82% 0.48% -
HSV(B) 13.37º 0.9% 0.88% -
XYZ 32.89 19.92 2.87 -
YUV 108.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 224 67 22 0 0.70 0.90 0.12 13.37 0.82 0.48
Hex E0 43 16 0 46 5A C D 52 30
Octal 340 103 26 0 106 132 14 15 122 60
Binary 11100000 1000011 10110 0 1000110 1011010 1100 1101 1010010 110000

Color Harmonies of #E04316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04316

Black with #E04316

Text Example


Text Example

White with #E04316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04316; }

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

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

background-color css

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

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

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

border-color css

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

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

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