Html Css Color HEX #E13103 Harley Davidson Orange

📋 copy color: '#E13103'

red 225 ◦ green 49 ◦ blue 3

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

Shades of Harley Davidson Orange #E13103

Tints of Harley Davidson Orange #E13103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

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

R = 81.23%
G = 17.69%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E13103 (or 0xE13103) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 03. RGB value is (225,49,3). Sum of RGB (Red+Green+Blue) = 225+49+3=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E13103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13103 is #1ECEFC. Grayscale: #606060. Windows color (decimal): -2019069 or 209377. OLE color: 209377.

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

Color convert

RGB 225 49 3 -
CMYK 0 0.78 0.99 0.12
HSL 12.43º 0.97% 0.45% -
HSV(B) 12.43º 0.99% 0.88% -
XYZ 32.17 18.21 1.91 -
YUV 96.38 75.31 219.74 -
System Red Green Blue C M Y K H S L
Decimal 225 49 3 0 0.78 0.99 0.12 12.43 0.97 0.45
Hex E1 31 3 0 4E 63 C C 61 2D
Octal 341 61 3 0 116 143 14 14 141 55
Binary 11100001 110001 11 0 1001110 1100011 1100 1100 1100001 101101

Color Harmonies of #E13103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13103

Black with #E13103

Text Example


Text Example

White with #E13103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13103; }

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

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

background-color css

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

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

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

border-color css

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

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

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