Html Css Color HEX #E1220D Harley Davidson Orange

📋 copy color: '#E1220D'

red 225 ◦ green 34 ◦ blue 13

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

Shades of Harley Davidson Orange #E1220D

Tints of Harley Davidson Orange #E1220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 82.72%
G = 12.5%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1220D (or 0xE1220D) is known color: Harley Davidson Orange. HEX triplet: E1, 22 and 0D. RGB value is (225,34,13). Sum of RGB (Red+Green+Blue) = 225+34+13=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1220D is #1EDDF2. Grayscale: #585858. Windows color (decimal): -2022899 or 860897. OLE color: 860897.

HSL color Cylindrical-coordinate representation of color #E1220D: hue angle of 5.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1220D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 13 -
CMYK 0 0.85 0.94 0.12
HSL 5.94º 0.89% 0.47% -
HSV(B) 5.94º 0.94% 0.88% -
XYZ 31.7 17.18 2.03 -
YUV 88.72 85.28 225.21 -
System Red Green Blue C M Y K H S L
Decimal 225 34 13 0 0.85 0.94 0.12 5.94 0.89 0.47
Hex E1 22 D 0 55 5E C 6 59 2F
Octal 341 42 15 0 125 136 14 6 131 57
Binary 11100001 100010 1101 0 1010101 1011110 1100 110 1011001 101111

Color Harmonies of #E1220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1220D

Black with #E1220D

Text Example


Text Example

White with #E1220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1220D; }

 p { color: rgb(225,34,13); }

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

background-color css

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

 a { background-color: rgb(225,34,13); }

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

border-color css

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

 span { border-color: rgb(225,34,13); }

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