Html Css Color HEX #E11F1C Harley Davidson Orange

📋 copy color: '#E11F1C'

red 225 ◦ green 31 ◦ blue 28

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

Shades of Harley Davidson Orange #E11F1C

Tints of Harley Davidson Orange #E11F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 79.23%
G = 10.92%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E11F1C (or 0xE11F1C) is known color: Harley Davidson Orange. HEX triplet: E1, 1F and 1C. RGB value is (225,31,28). Sum of RGB (Red+Green+Blue) = 225+31+28=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F1C is #1EE0E3. Grayscale: #585858. Windows color (decimal): -2023652 or 1843169. OLE color: 1843169.

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

Color convert

RGB 225 31 28 -
CMYK 0 0.86 0.88 0.12
HSL 0.91º 0.78% 0.5% -
HSV(B) 0.91º 0.88% 0.88% -
XYZ 31.75 17.07 2.72 -
YUV 88.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 225 31 28 0 0.86 0.88 0.12 0.91 0.78 0.5
Hex E1 1F 1C 0 56 58 C 1 4E 32
Octal 341 37 34 0 126 130 14 1 116 62
Binary 11100001 11111 11100 0 1010110 1011000 1100 1 1001110 110010

Color Harmonies of #E11F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F1C

Black with #E11F1C

Text Example


Text Example

White with #E11F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F1C; }

 p { color: rgb(225,31,28); }

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

background-color css

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

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

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

border-color css

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

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

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