Html Css Color HEX #E11E14 Harley Davidson Orange

📋 copy color: '#E11E14'

red 225 ◦ green 30 ◦ blue 20

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

Shades of Harley Davidson Orange #E11E14

Tints of Harley Davidson Orange #E11E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 81.82%
G = 10.91%
B = 7.27%

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

#E11E14 (or 0xE11E14) is known color: Harley Davidson Orange. HEX triplet: E1, 1E and 14. RGB value is (225,30,20). Sum of RGB (Red+Green+Blue) = 225+30+20=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11E14 is #1EE1EB. Grayscale: #575757. Windows color (decimal): -2023916 or 1318625. OLE color: 1318625.

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

Color convert

RGB 225 30 20 -
CMYK 0 0.87 0.91 0.12
HSL 2.93º 0.84% 0.48% -
HSV(B) 2.93º 0.91% 0.88% -
XYZ 31.64 16.99 2.27 -
YUV 87.17 90.1 226.31 -
System Red Green Blue C M Y K H S L
Decimal 225 30 20 0 0.87 0.91 0.12 2.93 0.84 0.48
Hex E1 1E 14 0 57 5B C 3 54 30
Octal 341 36 24 0 127 133 14 3 124 60
Binary 11100001 11110 10100 0 1010111 1011011 1100 11 1010100 110000

Color Harmonies of #E11E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E14

Black with #E11E14

Text Example


Text Example

White with #E11E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E14; }

 p { color: rgb(225,30,20); }

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

background-color css

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

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

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

border-color css

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

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

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