Html Css Color HEX #E12510 Harley Davidson Orange

📋 copy color: '#E12510'

red 225 ◦ green 37 ◦ blue 16

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

Shades of Harley Davidson Orange #E12510

Tints of Harley Davidson Orange #E12510

RGB

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

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

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

R = 80.94%
G = 13.31%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E12510 (or 0xE12510) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 10. RGB value is (225,37,16). Sum of RGB (Red+Green+Blue) = 225+37+16=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E12510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12510 is #1EDAEF. Grayscale: #5B5B5B. Windows color (decimal): -2022128 or 1058273. OLE color: 1058273.

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

Color convert

RGB 225 37 16 -
CMYK 0 0.84 0.93 0.12
HSL 6.03º 0.87% 0.47% -
HSV(B) 6.03º 0.93% 0.88% -
XYZ 31.81 17.37 2.17 -
YUV 90.82 85.78 223.71 -
System Red Green Blue C M Y K H S L
Decimal 225 37 16 0 0.84 0.93 0.12 6.03 0.87 0.47
Hex E1 25 10 0 54 5D C 6 57 2F
Octal 341 45 20 0 124 135 14 6 127 57
Binary 11100001 100101 10000 0 1010100 1011101 1100 110 1010111 101111

Color Harmonies of #E12510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12510

Black with #E12510

Text Example


Text Example

White with #E12510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12510; }

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

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

background-color css

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

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

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

border-color css

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

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

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