Html Css Color HEX #E12817 Harley Davidson Orange

📋 copy color: '#E12817'

red 225 ◦ green 40 ◦ blue 23

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

Shades of Harley Davidson Orange #E12817

Tints of Harley Davidson Orange #E12817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 78.13%
G = 13.89%
B = 7.99%

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

#E12817 (or 0xE12817) is known color: Harley Davidson Orange. HEX triplet: E1, 28 and 17. RGB value is (225,40,23). Sum of RGB (Red+Green+Blue) = 225+40+23=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E12817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12817 is #1ED7E8. Grayscale: #5D5D5D. Windows color (decimal): -2021353 or 1517793. OLE color: 1517793.

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

Color convert

RGB 225 40 23 -
CMYK 0 0.82 0.90 0.12
HSL 5.05º 0.81% 0.49% -
HSV(B) 5.05º 0.9% 0.88% -
XYZ 31.96 17.59 2.52 -
YUV 93.38 88.29 221.88 -
System Red Green Blue C M Y K H S L
Decimal 225 40 23 0 0.82 0.90 0.12 5.05 0.81 0.49
Hex E1 28 17 0 52 5A C 5 51 31
Octal 341 50 27 0 122 132 14 5 121 61
Binary 11100001 101000 10111 0 1010010 1011010 1100 101 1010001 110001

Color Harmonies of #E12817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12817

Black with #E12817

Text Example


Text Example

White with #E12817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12817; }

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

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

background-color css

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

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

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

border-color css

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

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

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