Html Css Color HEX #E13607 Harley Davidson Orange

📋 copy color: '#E13607'

red 225 ◦ green 54 ◦ blue 7

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

Shades of Harley Davidson Orange #E13607

Tints of Harley Davidson Orange #E13607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 7 (3.13% from 255) = 2.45%

R = 78.67%
G = 18.88%
B = 2.45%

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

#E13607 (or 0xE13607) is known color: Harley Davidson Orange. HEX triplet: E1, 36 and 07. RGB value is (225,54,7). Sum of RGB (Red+Green+Blue) = 225+54+7=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E13607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13607 is #1EC9F8. Grayscale: #646464. Windows color (decimal): -2017785 or 472801. OLE color: 472801.

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

Color convert

RGB 225 54 7 -
CMYK 0 0.76 0.97 0.12
HSL 12.94º 0.94% 0.45% -
HSV(B) 12.94º 0.97% 0.88% -
XYZ 32.41 18.66 2.09 -
YUV 99.77 75.65 217.32 -
System Red Green Blue C M Y K H S L
Decimal 225 54 7 0 0.76 0.97 0.12 12.94 0.94 0.45
Hex E1 36 7 0 4C 61 C D 5E 2D
Octal 341 66 7 0 114 141 14 15 136 55
Binary 11100001 110110 111 0 1001100 1100001 1100 1101 1011110 101101

Color Harmonies of #E13607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13607

Black with #E13607

Text Example


Text Example

White with #E13607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13607; }

 p { color: rgb(225,54,7); }

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

background-color css

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

 a { background-color: rgb(225,54,7); }

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

border-color css

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

 span { border-color: rgb(225,54,7); }

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