Html Css Color HEX #E1301B Harley Davidson Orange

📋 copy color: '#E1301B'

red 225 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #E1301B

Tints of Harley Davidson Orange #E1301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

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

R = 75%
G = 16%
B = 9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1301B (or 0xE1301B) is known color: Harley Davidson Orange. HEX triplet: E1, 30 and 1B. RGB value is (225,48,27). Sum of RGB (Red+Green+Blue) = 225+48+27=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E1301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1301B is #1ECFE4. Grayscale: #626262. Windows color (decimal): -2019301 or 1781985. OLE color: 1781985.

HSL color Cylindrical-coordinate representation of color #E1301B: hue angle of 6.36º 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 #E1301B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 27 -
CMYK 0 0.79 0.88 0.12
HSL 6.36º 0.79% 0.49% -
HSV(B) 6.36º 0.88% 0.88% -
XYZ 32.31 18.2 2.85 -
YUV 98.53 87.64 218.21 -
System Red Green Blue C M Y K H S L
Decimal 225 48 27 0 0.79 0.88 0.12 6.36 0.79 0.49
Hex E1 30 1B 0 4F 58 C 6 4F 31
Octal 341 60 33 0 117 130 14 6 117 61
Binary 11100001 110000 11011 0 1001111 1011000 1100 110 1001111 110001

Color Harmonies of #E1301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1301B

Black with #E1301B

Text Example


Text Example

White with #E1301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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