Html Css Color HEX #E13401 Harley Davidson Orange

📋 copy color: '#E13401'

red 225 ◦ green 52 ◦ blue 1

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

Shades of Harley Davidson Orange #E13401

Tints of Harley Davidson Orange #E13401

RGB

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

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

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

R = 80.94%
G = 18.71%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E13401 (or 0xE13401) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 01. RGB value is (225,52,1). Sum of RGB (Red+Green+Blue) = 225+52+1=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E13401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13401 is #1ECBFE. Grayscale: #626262. Windows color (decimal): -2018303 or 79073. OLE color: 79073.

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

Color convert

RGB 225 52 1 -
CMYK 0 0.77 1.00 0.12
HSL 13.66º 0.99% 0.44% -
HSV(B) 13.66º 1% 0.88% -
XYZ 32.28 18.47 1.89 -
YUV 97.91 73.31 218.65 -
System Red Green Blue C M Y K H S L
Decimal 225 52 1 0 0.77 1.00 0.12 13.66 0.99 0.44
Hex E1 34 1 0 4D 64 C E 63 2C
Octal 341 64 1 0 115 144 14 16 143 54
Binary 11100001 110100 1 0 1001101 1100100 1100 1110 1100011 101100

Color Harmonies of #E13401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13401

Black with #E13401

Text Example


Text Example

White with #E13401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13401; }

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

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

background-color css

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

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

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

border-color css

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

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

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