Html Css Color HEX #E13D19 Harley Davidson Orange

📋 copy color: '#E13D19'

red 225 ◦ green 61 ◦ blue 25

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

Shades of Harley Davidson Orange #E13D19

Tints of Harley Davidson Orange #E13D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 72.35%
G = 19.61%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E13D19 (or 0xE13D19) is known color: Harley Davidson Orange. HEX triplet: E1, 3D and 19. RGB value is (225,61,25). Sum of RGB (Red+Green+Blue) = 225+61+25=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D19 is #1EC2E6. Grayscale: #6A6A6A. Windows color (decimal): -2015975 or 1654241. OLE color: 1654241.

HSL color Cylindrical-coordinate representation of color #E13D19: hue angle of 10.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E13D19 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 61 25 -
CMYK 0 0.73 0.89 0.12
HSL 10.8º 0.8% 0.49% -
HSV(B) 10.8º 0.89% 0.88% -
XYZ 32.9 19.42 2.93 -
YUV 105.93 82.33 212.93 -
System Red Green Blue C M Y K H S L
Decimal 225 61 25 0 0.73 0.89 0.12 10.8 0.8 0.49
Hex E1 3D 19 0 49 59 C B 50 31
Octal 341 75 31 0 111 131 14 13 120 61
Binary 11100001 111101 11001 0 1001001 1011001 1100 1011 1010000 110001

Color Harmonies of #E13D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D19

Black with #E13D19

Text Example


Text Example

White with #E13D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D19; }

 p { color: rgb(225,61,25); }

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

background-color css

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

 a { background-color: rgb(225,61,25); }

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

border-color css

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

 span { border-color: rgb(225,61,25); }

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