Html Css Color HEX #E1290C Harley Davidson Orange

📋 copy color: '#E1290C'

red 225 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #E1290C

Tints of Harley Davidson Orange #E1290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.32%

R = 80.94%
G = 14.75%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1290C (or 0xE1290C) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 0C. RGB value is (225,41,12). Sum of RGB (Red+Green+Blue) = 225+41+12=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E1290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1290C is #1ED6F3. Grayscale: #5D5D5D. Windows color (decimal): -2021108 or 797153. OLE color: 797153.

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

Color convert

RGB 225 41 12 -
CMYK 0 0.82 0.95 0.12
HSL 8.17º 0.9% 0.46% -
HSV(B) 8.17º 0.95% 0.88% -
XYZ 31.91 17.62 2.07 -
YUV 92.71 82.46 222.36 -
System Red Green Blue C M Y K H S L
Decimal 225 41 12 0 0.82 0.95 0.12 8.17 0.9 0.46
Hex E1 29 C 0 52 5F C 8 5A 2E
Octal 341 51 14 0 122 137 14 10 132 56
Binary 11100001 101001 1100 0 1010010 1011111 1100 1000 1011010 101110

Color Harmonies of #E1290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1290C

Black with #E1290C

Text Example


Text Example

White with #E1290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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