Html Css Color HEX #E13105 Harley Davidson Orange

📋 copy color: '#E13105'

red 225 ◦ green 49 ◦ blue 5

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

Shades of Harley Davidson Orange #E13105

Tints of Harley Davidson Orange #E13105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 80.65%
G = 17.56%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E13105 (or 0xE13105) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 05. RGB value is (225,49,5). Sum of RGB (Red+Green+Blue) = 225+49+5=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E13105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13105 is #1ECEFA. Grayscale: #606060. Windows color (decimal): -2019067 or 340449. OLE color: 340449.

HSL color Cylindrical-coordinate representation of color #E13105: hue angle of 12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E13105 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 5 -
CMYK 0 0.78 0.98 0.12
HSL 12º 0.96% 0.45% -
HSV(B) 12º 0.98% 0.88% -
XYZ 32.18 18.22 1.96 -
YUV 96.61 76.31 219.58 -
System Red Green Blue C M Y K H S L
Decimal 225 49 5 0 0.78 0.98 0.12 12 0.96 0.45
Hex E1 31 5 0 4E 62 C C 60 2D
Octal 341 61 5 0 116 142 14 14 140 55
Binary 11100001 110001 101 0 1001110 1100010 1100 1100 1100000 101101

Color Harmonies of #E13105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13105

Black with #E13105

Text Example


Text Example

White with #E13105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13105; }

 p { color: rgb(225,49,5); }

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

background-color css

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

 a { background-color: rgb(225,49,5); }

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

border-color css

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

 span { border-color: rgb(225,49,5); }

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