Html Css Color HEX #E11D15 Harley Davidson Orange

📋 copy color: '#E11D15'

red 225 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #E11D15

Tints of Harley Davidson Orange #E11D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 81.82%
G = 10.55%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E11D15 (or 0xE11D15) is known color: Harley Davidson Orange. HEX triplet: E1, 1D and 15. RGB value is (225,29,21). Sum of RGB (Red+Green+Blue) = 225+29+21=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11D15 is #1EE2EA. Grayscale: #565656. Windows color (decimal): -2024171 or 1383905. OLE color: 1383905.

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

Color convert

RGB 225 29 21 -
CMYK 0 0.87 0.91 0.12
HSL 2.35º 0.83% 0.48% -
HSV(B) 2.35º 0.91% 0.88% -
XYZ 31.63 16.94 2.31 -
YUV 86.69 90.93 226.65 -
System Red Green Blue C M Y K H S L
Decimal 225 29 21 0 0.87 0.91 0.12 2.35 0.83 0.48
Hex E1 1D 15 0 57 5B C 2 53 30
Octal 341 35 25 0 127 133 14 2 123 60
Binary 11100001 11101 10101 0 1010111 1011011 1100 10 1010011 110000

Color Harmonies of #E11D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D15

Black with #E11D15

Text Example


Text Example

White with #E11D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D15; }

 p { color: rgb(225,29,21); }

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

background-color css

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

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

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

border-color css

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

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

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