Html Css Color HEX #E13410 Harley Davidson Orange

📋 copy color: '#E13410'

red 225 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #E13410

Tints of Harley Davidson Orange #E13410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 76.79%
G = 17.75%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E13410 (or 0xE13410) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 10. RGB value is (225,52,16). Sum of RGB (Red+Green+Blue) = 225+52+16=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E13410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13410 is #1ECBEF. Grayscale: #636363. Windows color (decimal): -2018288 or 1062113. OLE color: 1062113.

HSL color Cylindrical-coordinate representation of color #E13410: hue angle of 10.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E13410 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 16 -
CMYK 0 0.77 0.93 0.12
HSL 10.33º 0.87% 0.47% -
HSV(B) 10.33º 0.93% 0.88% -
XYZ 32.37 18.5 2.36 -
YUV 99.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 225 52 16 0 0.77 0.93 0.12 10.33 0.87 0.47
Hex E1 34 10 0 4D 5D C A 57 2F
Octal 341 64 20 0 115 135 14 12 127 57
Binary 11100001 110100 10000 0 1001101 1011101 1100 1010 1010111 101111

Color Harmonies of #E13410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13410

Black with #E13410

Text Example


Text Example

White with #E13410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13410; }

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

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

background-color css

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

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

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

border-color css

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

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

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