Html Css Color HEX #E12610 Harley Davidson Orange

📋 copy color: '#E12610'

red 225 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #E12610

Tints of Harley Davidson Orange #E12610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 80.65%
G = 13.62%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E12610 (or 0xE12610) is known color: Harley Davidson Orange. HEX triplet: E1, 26 and 10. RGB value is (225,38,16). Sum of RGB (Red+Green+Blue) = 225+38+16=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E12610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12610 is #1ED9EF. Grayscale: #5B5B5B. Windows color (decimal): -2021872 or 1058529. OLE color: 1058529.

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

Color convert

RGB 225 38 16 -
CMYK 0 0.83 0.93 0.12
HSL 6.32º 0.87% 0.47% -
HSV(B) 6.32º 0.93% 0.88% -
XYZ 31.84 17.43 2.18 -
YUV 91.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 225 38 16 0 0.83 0.93 0.12 6.32 0.87 0.47
Hex E1 26 10 0 53 5D C 6 57 2F
Octal 341 46 20 0 123 135 14 6 127 57
Binary 11100001 100110 10000 0 1010011 1011101 1100 110 1010111 101111

Color Harmonies of #E12610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12610

Black with #E12610

Text Example


Text Example

White with #E12610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12610; }

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

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

background-color css

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

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

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

border-color css

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

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

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