Html Css Color HEX #E11919 Harley Davidson Orange

📋 copy color: '#E11919'

red 225 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #E11919

Tints of Harley Davidson Orange #E11919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 81.82%
G = 9.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E11919 (or 0xE11919) is known color: Harley Davidson Orange. HEX triplet: E1, 19 and 19. RGB value is (225,25,25). Sum of RGB (Red+Green+Blue) = 225+25+25=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E11919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11919 is #1EE6E6. Grayscale: #555555. Windows color (decimal): -2025191 or 1645025. OLE color: 1645025.

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

Color convert

RGB 225 25 25 -
CMYK 0 0.89 0.89 0.12
HSL 0.8% 0.49% -
HSV(B) 0.89% 0.88% -
XYZ 31.57 16.77 2.49 -
YUV 84.8 94.26 228 -
System Red Green Blue C M Y K H S L
Decimal 225 25 25 0 0.89 0.89 0.12 0 0.8 0.49
Hex E1 19 19 0 59 59 C 0 50 31
Octal 341 31 31 0 131 131 14 0 120 61
Binary 11100001 11001 11001 0 1011001 1011001 1100 0 1010000 110001

Color Harmonies of #E11919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11919

Black with #E11919

Text Example


Text Example

White with #E11919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11919; }

 p { color: rgb(225,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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