Html Css Color HEX #E13010 Harley Davidson Orange

📋 copy color: '#E13010'

red 225 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #E13010

Tints of Harley Davidson Orange #E13010

RGB

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

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

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

R = 77.85%
G = 16.61%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E13010 (or 0xE13010) is known color: Harley Davidson Orange. HEX triplet: E1, 30 and 10. RGB value is (225,48,16). Sum of RGB (Red+Green+Blue) = 225+48+16=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E13010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13010 is #1ECFEF. Grayscale: #616161. Windows color (decimal): -2019312 or 1061089. OLE color: 1061089.

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

Color convert

RGB 225 48 16 -
CMYK 0 0.79 0.93 0.12
HSL 9.19º 0.87% 0.47% -
HSV(B) 9.19º 0.93% 0.88% -
XYZ 32.2 18.16 2.3 -
YUV 97.28 82.14 219.1 -
System Red Green Blue C M Y K H S L
Decimal 225 48 16 0 0.79 0.93 0.12 9.19 0.87 0.47
Hex E1 30 10 0 4F 5D C 9 57 2F
Octal 341 60 20 0 117 135 14 11 127 57
Binary 11100001 110000 10000 0 1001111 1011101 1100 1001 1010111 101111

Color Harmonies of #E13010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13010

Black with #E13010

Text Example


Text Example

White with #E13010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13010; }

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

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

background-color css

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

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

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

border-color css

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

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

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