Html Css Color HEX #E13C04 Harley Davidson Orange

📋 copy color: '#E13C04'

red 225 ◦ green 60 ◦ blue 4

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

Shades of Harley Davidson Orange #E13C04

Tints of Harley Davidson Orange #E13C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

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

R = 77.85%
G = 20.76%
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

#E13C04 (or 0xE13C04) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 04. RGB value is (225,60,4). Sum of RGB (Red+Green+Blue) = 225+60+4=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C04 is #1EC3FB. Grayscale: #676767. Windows color (decimal): -2016252 or 277729. OLE color: 277729.

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

Color convert

RGB 225 60 4 -
CMYK 0 0.73 0.98 0.12
HSL 15.2º 0.97% 0.45% -
HSV(B) 15.2º 0.98% 0.88% -
XYZ 32.69 19.25 2.11 -
YUV 102.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 225 60 4 0 0.73 0.98 0.12 15.2 0.97 0.45
Hex E1 3C 4 0 49 62 C F 61 2D
Octal 341 74 4 0 111 142 14 17 141 55
Binary 11100001 111100 100 0 1001001 1100010 1100 1111 1100001 101101

Color Harmonies of #E13C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C04

Black with #E13C04

Text Example


Text Example

White with #E13C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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