Html Css Color HEX #E13408 Harley Davidson Orange

📋 copy color: '#E13408'

red 225 ◦ green 52 ◦ blue 8

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

Shades of Harley Davidson Orange #E13408

Tints of Harley Davidson Orange #E13408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 8 (3.52% from 255) = 2.81%

R = 78.95%
G = 18.25%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E13408 (or 0xE13408) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 08. RGB value is (225,52,8). Sum of RGB (Red+Green+Blue) = 225+52+8=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E13408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13408 is #1ECBF7. Grayscale: #636363. Windows color (decimal): -2018296 or 537825. OLE color: 537825.

HSL color Cylindrical-coordinate representation of color #E13408: hue angle of 12.17º degrees, saturation: 0.93, 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 #E13408 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 8 -
CMYK 0 0.77 0.96 0.12
HSL 12.17º 0.93% 0.46% -
HSV(B) 12.17º 0.96% 0.88% -
XYZ 32.32 18.48 2.09 -
YUV 98.71 76.81 218.08 -
System Red Green Blue C M Y K H S L
Decimal 225 52 8 0 0.77 0.96 0.12 12.17 0.93 0.46
Hex E1 34 8 0 4D 60 C C 5D 2E
Octal 341 64 10 0 115 140 14 14 135 56
Binary 11100001 110100 1000 0 1001101 1100000 1100 1100 1011101 101110

Color Harmonies of #E13408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13408

Black with #E13408

Text Example


Text Example

White with #E13408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13408; }

 p { color: rgb(225,52,8); }

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

background-color css

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

 a { background-color: rgb(225,52,8); }

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

border-color css

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

 span { border-color: rgb(225,52,8); }

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