Html Css Color HEX #E13409 Harley Davidson Orange

📋 copy color: '#E13409'

red 225 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #E13409

Tints of Harley Davidson Orange #E13409

RGB

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

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

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

R = 78.67%
G = 18.18%
B = 3.15%

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

#E13409 (or 0xE13409) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 09. RGB value is (225,52,9). Sum of RGB (Red+Green+Blue) = 225+52+9=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E13409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13409 is #1ECBF6. Grayscale: #636363. Windows color (decimal): -2018295 or 603361. OLE color: 603361.

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

Color convert

RGB 225 52 9 -
CMYK 0 0.77 0.96 0.12
HSL 11.94º 0.92% 0.46% -
HSV(B) 11.94º 0.96% 0.88% -
XYZ 32.33 18.48 2.12 -
YUV 98.83 77.31 218 -
System Red Green Blue C M Y K H S L
Decimal 225 52 9 0 0.77 0.96 0.12 11.94 0.92 0.46
Hex E1 34 9 0 4D 60 C C 5C 2E
Octal 341 64 11 0 115 140 14 14 134 56
Binary 11100001 110100 1001 0 1001101 1100000 1100 1100 1011100 101110

Color Harmonies of #E13409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13409

Black with #E13409

Text Example


Text Example

White with #E13409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13409; }

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

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

background-color css

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

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

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

border-color css

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

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

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