Html Css Color HEX #E13705 Harley Davidson Orange

📋 copy color: '#E13705'

red 225 ◦ green 55 ◦ blue 5

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

Shades of Harley Davidson Orange #E13705

Tints of Harley Davidson Orange #E13705

RGB

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

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

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

R = 78.95%
G = 19.3%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E13705 (or 0xE13705) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 05. RGB value is (225,55,5). Sum of RGB (Red+Green+Blue) = 225+55+5=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E13705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13705 is #1EC8FA. Grayscale: #646464. Windows color (decimal): -2017531 or 341985. OLE color: 341985.

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

Color convert

RGB 225 55 5 -
CMYK 0 0.76 0.98 0.12
HSL 13.64º 0.96% 0.45% -
HSV(B) 13.64º 0.98% 0.88% -
XYZ 32.44 18.75 2.05 -
YUV 100.13 74.32 217.07 -
System Red Green Blue C M Y K H S L
Decimal 225 55 5 0 0.76 0.98 0.12 13.64 0.96 0.45
Hex E1 37 5 0 4C 62 C E 60 2D
Octal 341 67 5 0 114 142 14 16 140 55
Binary 11100001 110111 101 0 1001100 1100010 1100 1110 1100000 101101

Color Harmonies of #E13705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13705

Black with #E13705

Text Example


Text Example

White with #E13705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13705; }

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

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

background-color css

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

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

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

border-color css

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

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

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