Html Css Color HEX #E13C03 Harley Davidson Orange

📋 copy color: '#E13C03'

red 225 ◦ green 60 ◦ blue 3

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

Shades of Harley Davidson Orange #E13C03

Tints of Harley Davidson Orange #E13C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 78.13%
G = 20.83%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E13C03 (or 0xE13C03) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 03. RGB value is (225,60,3). Sum of RGB (Red+Green+Blue) = 225+60+3=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C03 is #1EC3FC. Grayscale: #676767. Windows color (decimal): -2016253 or 212193. OLE color: 212193.

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

Color convert

RGB 225 60 3 -
CMYK 0 0.73 0.99 0.12
HSL 15.41º 0.97% 0.45% -
HSV(B) 15.41º 0.99% 0.88% -
XYZ 32.68 19.25 2.08 -
YUV 102.84 71.66 215.13 -
System Red Green Blue C M Y K H S L
Decimal 225 60 3 0 0.73 0.99 0.12 15.41 0.97 0.45
Hex E1 3C 3 0 49 63 C F 61 2D
Octal 341 74 3 0 111 143 14 17 141 55
Binary 11100001 111100 11 0 1001001 1100011 1100 1111 1100001 101101

Color Harmonies of #E13C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C03

Black with #E13C03

Text Example


Text Example

White with #E13C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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