Html Css Color HEX #E13102 Harley Davidson Orange

📋 copy color: '#E13102'

red 225 ◦ green 49 ◦ blue 2

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

Shades of Harley Davidson Orange #E13102

Tints of Harley Davidson Orange #E13102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 81.52%
G = 17.75%
B = 0.72%

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

#E13102 (or 0xE13102) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 02. RGB value is (225,49,2). Sum of RGB (Red+Green+Blue) = 225+49+2=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E13102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13102 is #1ECEFD. Grayscale: #606060. Windows color (decimal): -2019070 or 143841. OLE color: 143841.

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

Color convert

RGB 225 49 2 -
CMYK 0 0.78 0.99 0.12
HSL 12.65º 0.98% 0.45% -
HSV(B) 12.65º 0.99% 0.88% -
XYZ 32.16 18.21 1.88 -
YUV 96.27 74.81 219.82 -
System Red Green Blue C M Y K H S L
Decimal 225 49 2 0 0.78 0.99 0.12 12.65 0.98 0.45
Hex E1 31 2 0 4E 63 C D 62 2D
Octal 341 61 2 0 116 143 14 15 142 55
Binary 11100001 110001 10 0 1001110 1100011 1100 1101 1100010 101101

Color Harmonies of #E13102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13102

Black with #E13102

Text Example


Text Example

White with #E13102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13102; }

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

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

background-color css

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

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

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

border-color css

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

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

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