Html Css Color HEX #E1341B Harley Davidson Orange

📋 copy color: '#E1341B'

red 225 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #E1341B

Tints of Harley Davidson Orange #E1341B

RGB

 RED value IS 225 (88.28% from 255) = 74.01%

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

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

R = 74.01%
G = 17.11%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1341B (or 0xE1341B) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 1B. RGB value is (225,52,27). Sum of RGB (Red+Green+Blue) = 225+52+27=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1341B is #1ECBE4. Grayscale: #656565. Windows color (decimal): -2018277 or 1783009. OLE color: 1783009.

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

Color convert

RGB 225 52 27 -
CMYK 0 0.77 0.88 0.12
HSL 7.58º 0.79% 0.49% -
HSV(B) 7.58º 0.88% 0.88% -
XYZ 32.48 18.54 2.9 -
YUV 100.88 86.31 216.53 -
System Red Green Blue C M Y K H S L
Decimal 225 52 27 0 0.77 0.88 0.12 7.58 0.79 0.49
Hex E1 34 1B 0 4D 58 C 8 4F 31
Octal 341 64 33 0 115 130 14 10 117 61
Binary 11100001 110100 11011 0 1001101 1011000 1100 1000 1001111 110001

Color Harmonies of #E1341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1341B

Black with #E1341B

Text Example


Text Example

White with #E1341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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