Html Css Color HEX #E12517 Harley Davidson Orange

📋 copy color: '#E12517'

red 225 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #E12517

Tints of Harley Davidson Orange #E12517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 78.95%
G = 12.98%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E12517 (or 0xE12517) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 17. RGB value is (225,37,23). Sum of RGB (Red+Green+Blue) = 225+37+23=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E12517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12517 is #1EDAE8. Grayscale: #5B5B5B. Windows color (decimal): -2022121 or 1517025. OLE color: 1517025.

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

Color convert

RGB 225 37 23 -
CMYK 0 0.84 0.90 0.12
HSL 4.16º 0.81% 0.49% -
HSV(B) 4.16º 0.9% 0.88% -
XYZ 31.87 17.39 2.49 -
YUV 91.62 89.28 223.14 -
System Red Green Blue C M Y K H S L
Decimal 225 37 23 0 0.84 0.90 0.12 4.16 0.81 0.49
Hex E1 25 17 0 54 5A C 4 51 31
Octal 341 45 27 0 124 132 14 4 121 61
Binary 11100001 100101 10111 0 1010100 1011010 1100 100 1010001 110001

Color Harmonies of #E12517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12517

Black with #E12517

Text Example


Text Example

White with #E12517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12517; }

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

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

background-color css

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

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

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

border-color css

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

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

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