Html Css Color HEX #E1290B Harley Davidson Orange

📋 copy color: '#E1290B'

red 225 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #E1290B

Tints of Harley Davidson Orange #E1290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 81.23%
G = 14.8%
B = 3.97%

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

#E1290B (or 0xE1290B) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 0B. RGB value is (225,41,11). Sum of RGB (Red+Green+Blue) = 225+41+11=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E1290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1290B is #1ED6F4. Grayscale: #5C5C5C. Windows color (decimal): -2021109 or 731617. OLE color: 731617.

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

Color convert

RGB 225 41 11 -
CMYK 0 0.82 0.95 0.12
HSL 8.41º 0.91% 0.46% -
HSV(B) 8.41º 0.95% 0.88% -
XYZ 31.9 17.62 2.04 -
YUV 92.6 81.96 222.44 -
System Red Green Blue C M Y K H S L
Decimal 225 41 11 0 0.82 0.95 0.12 8.41 0.91 0.46
Hex E1 29 B 0 52 5F C 8 5B 2E
Octal 341 51 13 0 122 137 14 10 133 56
Binary 11100001 101001 1011 0 1010010 1011111 1100 1000 1011011 101110

Color Harmonies of #E1290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1290B

Black with #E1290B

Text Example


Text Example

White with #E1290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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