Html Css Color HEX #E12910 Harley Davidson Orange

📋 copy color: '#E12910'

red 225 ◦ green 41 ◦ blue 16

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

Shades of Harley Davidson Orange #E12910

Tints of Harley Davidson Orange #E12910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 79.79%
G = 14.54%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E12910 (or 0xE12910) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 10. RGB value is (225,41,16). Sum of RGB (Red+Green+Blue) = 225+41+16=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E12910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12910 is #1ED6EF. Grayscale: #5D5D5D. Windows color (decimal): -2021104 or 1059297. OLE color: 1059297.

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

Color convert

RGB 225 41 16 -
CMYK 0 0.82 0.93 0.12
HSL 7.18º 0.87% 0.47% -
HSV(B) 7.18º 0.93% 0.88% -
XYZ 31.94 17.63 2.21 -
YUV 93.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 225 41 16 0 0.82 0.93 0.12 7.18 0.87 0.47
Hex E1 29 10 0 52 5D C 7 57 2F
Octal 341 51 20 0 122 135 14 7 127 57
Binary 11100001 101001 10000 0 1010010 1011101 1100 111 1010111 101111

Color Harmonies of #E12910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12910

Black with #E12910

Text Example


Text Example

White with #E12910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12910; }

 p { color: rgb(225,41,16); }

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

background-color css

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

 a { background-color: rgb(225,41,16); }

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

border-color css

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

 span { border-color: rgb(225,41,16); }

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