Html Css Color HEX #E03C01 Harley Davidson Orange

📋 copy color: '#E03C01'

red 224 ◦ green 60 ◦ blue 1

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

Shades of Harley Davidson Orange #E03C01

Tints of Harley Davidson Orange #E03C01

RGB

 RED value IS 224 (87.89% from 255) = 78.6%

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 78.6%
G = 21.05%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E03C01 (or 0xE03C01) is known color: Harley Davidson Orange. HEX triplet: E0, 3C and 01. RGB value is (224,60,1). Sum of RGB (Red+Green+Blue) = 224+60+1=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03C01 is #1FC3FE. Grayscale: #666666. Windows color (decimal): -2081791 or 81120. OLE color: 81120.

HSL color Cylindrical-coordinate representation of color #E03C01: hue angle of 15.87º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E03C01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 60 1 -
CMYK 0 0.73 1.00 0.12
HSL 15.87º 0.99% 0.44% -
HSV(B) 15.87º 1% 0.88% -
XYZ 32.36 19.08 2.01 -
YUV 102.31 70.83 214.8 -
System Red Green Blue C M Y K H S L
Decimal 224 60 1 0 0.73 1.00 0.12 15.87 0.99 0.44
Hex E0 3C 1 0 49 64 C 10 63 2C
Octal 340 74 1 0 111 144 14 20 143 54
Binary 11100000 111100 1 0 1001001 1100100 1100 10000 1100011 101100

Color Harmonies of #E03C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03C01

Black with #E03C01

Text Example


Text Example

White with #E03C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03C01; }

 p { color: rgb(224,60,1); }

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

background-color css

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

 a { background-color: rgb(224,60,1); }

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

border-color css

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

 span { border-color: rgb(224,60,1); }

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