Html Css Color HEX #E2340B Harley Davidson Orange

📋 copy color: '#E2340B'

red 226 ◦ green 52 ◦ blue 11

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

Shades of Harley Davidson Orange #E2340B

Tints of Harley Davidson Orange #E2340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 78.2%
G = 17.99%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2340B (or 0xE2340B) is known color: Harley Davidson Orange. HEX triplet: E2, 34 and 0B. RGB value is (226,52,11). Sum of RGB (Red+Green+Blue) = 226+52+11=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2340B is #1DCBF4. Grayscale: #636363. Windows color (decimal): -1952757 or 734434. OLE color: 734434.

HSL color Cylindrical-coordinate representation of color #E2340B: hue angle of 11.44º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2340B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 52 11 -
CMYK 0 0.77 0.95 0.11
HSL 11.44º 0.91% 0.46% -
HSV(B) 11.44º 0.95% 0.89% -
XYZ 32.65 18.65 2.2 -
YUV 99.35 78.15 218.33 -
System Red Green Blue C M Y K H S L
Decimal 226 52 11 0 0.77 0.95 0.11 11.44 0.91 0.46
Hex E2 34 B 0 4D 5F B B 5B 2E
Octal 342 64 13 0 115 137 13 13 133 56
Binary 11100010 110100 1011 0 1001101 1011111 1011 1011 1011011 101110

Color Harmonies of #E2340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2340B

Black with #E2340B

Text Example


Text Example

White with #E2340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2340B; }

 p { color: rgb(226,52,11); }

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

background-color css

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

 a { background-color: rgb(226,52,11); }

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

border-color css

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

 span { border-color: rgb(226,52,11); }

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