Html Css Color HEX #E2341B Harley Davidson Orange

📋 copy color: '#E2341B'

red 226 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #E2341B

Tints of Harley Davidson Orange #E2341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 74.1%
G = 17.05%
B = 8.85%

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

#E2341B (or 0xE2341B) is known color: Harley Davidson Orange. HEX triplet: E2, 34 and 1B. RGB value is (226,52,27). Sum of RGB (Red+Green+Blue) = 226+52+27=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2341B is #1DCBE4. Grayscale: #656565. Windows color (decimal): -1952741 or 1783010. OLE color: 1783010.

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

Color convert

RGB 226 52 27 -
CMYK 0 0.77 0.88 0.11
HSL 7.54º 0.79% 0.5% -
HSV(B) 7.54º 0.88% 0.89% -
XYZ 32.79 18.7 2.92 -
YUV 101.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 226 52 27 0 0.77 0.88 0.11 7.54 0.79 0.5
Hex E2 34 1B 0 4D 58 B 8 4F 32
Octal 342 64 33 0 115 130 13 10 117 62
Binary 11100010 110100 11011 0 1001101 1011000 1011 1000 1001111 110010

Color Harmonies of #E2341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2341B

Black with #E2341B

Text Example


Text Example

White with #E2341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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