Html Css Color HEX #E13D04 Harley Davidson Orange

📋 copy color: '#E13D04'

red 225 ◦ green 61 ◦ blue 4

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

Shades of Harley Davidson Orange #E13D04

Tints of Harley Davidson Orange #E13D04

RGB

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

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

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

R = 77.59%
G = 21.03%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E13D04 (or 0xE13D04) is known color: Harley Davidson Orange. HEX triplet: E1, 3D and 04. RGB value is (225,61,4). Sum of RGB (Red+Green+Blue) = 225+61+4=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D04 is #1EC2FB. Grayscale: #676767. Windows color (decimal): -2015996 or 277985. OLE color: 277985.

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

Color convert

RGB 225 61 4 -
CMYK 0 0.73 0.98 0.12
HSL 15.48º 0.97% 0.45% -
HSV(B) 15.48º 0.98% 0.88% -
XYZ 32.74 19.35 2.12 -
YUV 103.54 71.83 214.63 -
System Red Green Blue C M Y K H S L
Decimal 225 61 4 0 0.73 0.98 0.12 15.48 0.97 0.45
Hex E1 3D 4 0 49 62 C F 61 2D
Octal 341 75 4 0 111 142 14 17 141 55
Binary 11100001 111101 100 0 1001001 1100010 1100 1111 1100001 101101

Color Harmonies of #E13D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D04

Black with #E13D04

Text Example


Text Example

White with #E13D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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