Html Css Color HEX #E13404 Harley Davidson Orange

📋 copy color: '#E13404'

red 225 ◦ green 52 ◦ blue 4

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

Shades of Harley Davidson Orange #E13404

Tints of Harley Davidson Orange #E13404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 80.07%
G = 18.51%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E13404 (or 0xE13404) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 04. RGB value is (225,52,4). Sum of RGB (Red+Green+Blue) = 225+52+4=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E13404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13404 is #1ECBFB. Grayscale: #626262. Windows color (decimal): -2018300 or 275681. OLE color: 275681.

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

Color convert

RGB 225 52 4 -
CMYK 0 0.77 0.98 0.12
HSL 13.03º 0.97% 0.45% -
HSV(B) 13.03º 0.98% 0.88% -
XYZ 32.3 18.47 1.98 -
YUV 98.26 74.81 218.4 -
System Red Green Blue C M Y K H S L
Decimal 225 52 4 0 0.77 0.98 0.12 13.03 0.97 0.45
Hex E1 34 4 0 4D 62 C D 61 2D
Octal 341 64 4 0 115 142 14 15 141 55
Binary 11100001 110100 100 0 1001101 1100010 1100 1101 1100001 101101

Color Harmonies of #E13404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13404

Black with #E13404

Text Example


Text Example

White with #E13404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13404; }

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

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

background-color css

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

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

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

border-color css

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

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

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