Html Css Color HEX #E13901 Harley Davidson Orange

📋 copy color: '#E13901'

red 225 ◦ green 57 ◦ blue 1

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

Shades of Harley Davidson Orange #E13901

Tints of Harley Davidson Orange #E13901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

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

R = 79.51%
G = 20.14%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E13901 (or 0xE13901) is known color: Harley Davidson Orange. HEX triplet: E1, 39 and 01. RGB value is (225,57,1). Sum of RGB (Red+Green+Blue) = 225+57+1=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E13901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13901 is #1EC6FE. Grayscale: #656565. Windows color (decimal): -2017023 or 80353. OLE color: 80353.

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

Color convert

RGB 225 57 1 -
CMYK 0 0.75 1.00 0.12
HSL 15º 0.99% 0.44% -
HSV(B) 15º 1% 0.88% -
XYZ 32.52 18.94 1.97 -
YUV 100.85 71.66 216.55 -
System Red Green Blue C M Y K H S L
Decimal 225 57 1 0 0.75 1.00 0.12 15 0.99 0.44
Hex E1 39 1 0 4B 64 C F 63 2C
Octal 341 71 1 0 113 144 14 17 143 54
Binary 11100001 111001 1 0 1001011 1100100 1100 1111 1100011 101100

Color Harmonies of #E13901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13901

Black with #E13901

Text Example


Text Example

White with #E13901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13901; }

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

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

background-color css

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

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

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

border-color css

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

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

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