Html Css Color HEX #E12917 Harley Davidson Orange

📋 copy color: '#E12917'

red 225 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #E12917

Tints of Harley Davidson Orange #E12917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 77.85%
G = 14.19%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E12917 (or 0xE12917) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 17. RGB value is (225,41,23). Sum of RGB (Red+Green+Blue) = 225+41+23=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E12917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12917 is #1ED6E8. Grayscale: #5E5E5E. Windows color (decimal): -2021097 or 1518049. OLE color: 1518049.

HSL color Cylindrical-coordinate representation of color #E12917: hue angle of 5.35º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E12917 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 23 -
CMYK 0 0.82 0.90 0.12
HSL 5.35º 0.81% 0.49% -
HSV(B) 5.35º 0.9% 0.88% -
XYZ 32 17.66 2.53 -
YUV 93.96 87.96 221.46 -
System Red Green Blue C M Y K H S L
Decimal 225 41 23 0 0.82 0.90 0.12 5.35 0.81 0.49
Hex E1 29 17 0 52 5A C 5 51 31
Octal 341 51 27 0 122 132 14 5 121 61
Binary 11100001 101001 10111 0 1010010 1011010 1100 101 1010001 110001

Color Harmonies of #E12917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12917

Black with #E12917

Text Example


Text Example

White with #E12917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12917; }

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

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

background-color css

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

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

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

border-color css

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

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

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