Html Css Color HEX #E13710 Harley Davidson Orange

📋 copy color: '#E13710'

red 225 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #E13710

Tints of Harley Davidson Orange #E13710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 76.01%
G = 18.58%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E13710 (or 0xE13710) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 10. RGB value is (225,55,16). Sum of RGB (Red+Green+Blue) = 225+55+16=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E13710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13710 is #1EC8EF. Grayscale: #656565. Windows color (decimal): -2017520 or 1062881. OLE color: 1062881.

HSL color Cylindrical-coordinate representation of color #E13710: hue angle of 11.2º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E13710 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 16 -
CMYK 0 0.76 0.93 0.12
HSL 11.2º 0.87% 0.47% -
HSV(B) 11.2º 0.93% 0.88% -
XYZ 32.51 18.78 2.4 -
YUV 101.38 79.82 216.17 -
System Red Green Blue C M Y K H S L
Decimal 225 55 16 0 0.76 0.93 0.12 11.2 0.87 0.47
Hex E1 37 10 0 4C 5D C B 57 2F
Octal 341 67 20 0 114 135 14 13 127 57
Binary 11100001 110111 10000 0 1001100 1011101 1100 1011 1010111 101111

Color Harmonies of #E13710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13710

Black with #E13710

Text Example


Text Example

White with #E13710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13710; }

 p { color: rgb(225,55,16); }

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

background-color css

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

 a { background-color: rgb(225,55,16); }

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

border-color css

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

 span { border-color: rgb(225,55,16); }

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