Html Css Color HEX #E24616 Harley Davidson Orange

📋 copy color: '#E24616'

red 226 ◦ green 70 ◦ blue 22

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

Shades of Harley Davidson Orange #E24616

Tints of Harley Davidson Orange #E24616

RGB

 RED value IS 226 (88.67% from 255) = 71.07%

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

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

R = 71.07%
G = 22.01%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E24616 (or 0xE24616) is known color: Harley Davidson Orange. HEX triplet: E2, 46 and 16. RGB value is (226,70,22). Sum of RGB (Red+Green+Blue) = 226+70+22=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E24616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24616 is #1DB9E9. Grayscale: #6F6F6F. Windows color (decimal): -1948138 or 1459938. OLE color: 1459938.

HSL color Cylindrical-coordinate representation of color #E24616: hue angle of 14.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E24616 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 70 22 -
CMYK 0 0.69 0.90 0.11
HSL 14.12º 0.82% 0.49% -
HSV(B) 14.12º 0.9% 0.89% -
XYZ 33.7 20.61 2.96 -
YUV 111.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 226 70 22 0 0.69 0.90 0.11 14.12 0.82 0.49
Hex E2 46 16 0 45 5A B E 52 31
Octal 342 106 26 0 105 132 13 16 122 61
Binary 11100010 1000110 10110 0 1000101 1011010 1011 1110 1010010 110001

Color Harmonies of #E24616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24616

Black with #E24616

Text Example


Text Example

White with #E24616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24616; }

 p { color: rgb(226,70,22); }

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

background-color css

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

 a { background-color: rgb(226,70,22); }

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

border-color css

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

 span { border-color: rgb(226,70,22); }

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