Html Css Color HEX #E13709 Harley Davidson Orange

📋 copy color: '#E13709'

red 225 ◦ green 55 ◦ blue 9

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

Shades of Harley Davidson Orange #E13709

Tints of Harley Davidson Orange #E13709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 77.85%
G = 19.03%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E13709 (or 0xE13709) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 09. RGB value is (225,55,9). Sum of RGB (Red+Green+Blue) = 225+55+9=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E13709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13709 is #1EC8F6. Grayscale: #646464. Windows color (decimal): -2017527 or 604129. OLE color: 604129.

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

Color convert

RGB 225 55 9 -
CMYK 0 0.76 0.96 0.12
HSL 12.78º 0.92% 0.46% -
HSV(B) 12.78º 0.96% 0.88% -
XYZ 32.47 18.76 2.17 -
YUV 100.59 76.32 216.74 -
System Red Green Blue C M Y K H S L
Decimal 225 55 9 0 0.76 0.96 0.12 12.78 0.92 0.46
Hex E1 37 9 0 4C 60 C D 5C 2E
Octal 341 67 11 0 114 140 14 15 134 56
Binary 11100001 110111 1001 0 1001100 1100000 1100 1101 1011100 101110

Color Harmonies of #E13709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13709

Black with #E13709

Text Example


Text Example

White with #E13709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13709; }

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

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

background-color css

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

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

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

border-color css

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

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

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