Html Css Color HEX #E13201 Harley Davidson Orange

📋 copy color: '#E13201'

red 225 ◦ green 50 ◦ blue 1

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

Shades of Harley Davidson Orange #E13201

Tints of Harley Davidson Orange #E13201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 81.52%
G = 18.12%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E13201 (or 0xE13201) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 01. RGB value is (225,50,1). Sum of RGB (Red+Green+Blue) = 225+50+1=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E13201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13201 is #1ECDFE. Grayscale: #616161. Windows color (decimal): -2018815 or 78561. OLE color: 78561.

HSL color Cylindrical-coordinate representation of color #E13201: hue angle of 13.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E13201 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 1 -
CMYK 0 0.78 1.00 0.12
HSL 13.13º 0.99% 0.44% -
HSV(B) 13.13º 1% 0.88% -
XYZ 32.2 18.29 1.86 -
YUV 96.74 73.98 219.48 -
System Red Green Blue C M Y K H S L
Decimal 225 50 1 0 0.78 1.00 0.12 13.13 0.99 0.44
Hex E1 32 1 0 4E 64 C D 63 2C
Octal 341 62 1 0 116 144 14 15 143 54
Binary 11100001 110010 1 0 1001110 1100100 1100 1101 1100011 101100

Color Harmonies of #E13201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13201

Black with #E13201

Text Example


Text Example

White with #E13201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13201; }

 p { color: rgb(225,50,1); }

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

background-color css

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

 a { background-color: rgb(225,50,1); }

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

border-color css

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

 span { border-color: rgb(225,50,1); }

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