Html Css Color HEX #E2341A Harley Davidson Orange

📋 copy color: '#E2341A'

red 226 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #E2341A

Tints of Harley Davidson Orange #E2341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 74.34%
G = 17.11%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2341A (or 0xE2341A) is known color: Harley Davidson Orange. HEX triplet: E2, 34 and 1A. RGB value is (226,52,26). Sum of RGB (Red+Green+Blue) = 226+52+26=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2341A is #1DCBE5. Grayscale: #656565. Windows color (decimal): -1952742 or 1717474. OLE color: 1717474.

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

Color convert

RGB 226 52 26 -
CMYK 0 0.77 0.88 0.11
HSL 7.8º 0.79% 0.49% -
HSV(B) 7.8º 0.88% 0.89% -
XYZ 32.78 18.7 2.86 -
YUV 101.06 85.65 217.11 -
System Red Green Blue C M Y K H S L
Decimal 226 52 26 0 0.77 0.88 0.11 7.8 0.79 0.49
Hex E2 34 1A 0 4D 58 B 8 4F 31
Octal 342 64 32 0 115 130 13 10 117 61
Binary 11100010 110100 11010 0 1001101 1011000 1011 1000 1001111 110001

Color Harmonies of #E2341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2341A

Black with #E2341A

Text Example


Text Example

White with #E2341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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