Html Css Color HEX #E13706 Harley Davidson Orange

📋 copy color: '#E13706'

red 225 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #E13706

Tints of Harley Davidson Orange #E13706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 78.67%
G = 19.23%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E13706 (or 0xE13706) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 06. RGB value is (225,55,6). Sum of RGB (Red+Green+Blue) = 225+55+6=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E13706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13706 is #1EC8F9. Grayscale: #646464. Windows color (decimal): -2017530 or 407521. OLE color: 407521.

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

Color convert

RGB 225 55 6 -
CMYK 0 0.76 0.97 0.12
HSL 13.42º 0.95% 0.45% -
HSV(B) 13.42º 0.97% 0.88% -
XYZ 32.45 18.75 2.08 -
YUV 100.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 225 55 6 0 0.76 0.97 0.12 13.42 0.95 0.45
Hex E1 37 6 0 4C 61 C D 5F 2D
Octal 341 67 6 0 114 141 14 15 137 55
Binary 11100001 110111 110 0 1001100 1100001 1100 1101 1011111 101101

Color Harmonies of #E13706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13706

Black with #E13706

Text Example


Text Example

White with #E13706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13706; }

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

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

background-color css

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

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

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

border-color css

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

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

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