Html Css Color HEX #E32114 Harley Davidson Orange

📋 copy color: '#E32114'

red 227 ◦ green 33 ◦ blue 20

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

Shades of Harley Davidson Orange #E32114

Tints of Harley Davidson Orange #E32114

RGB

 RED value IS 227 (89.06% from 255) = 81.07%

 GREEN value IS 33 (13.28% from 255) = 11.79%

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

R = 81.07%
G = 11.79%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E32114 (or 0xE32114) is known color: Harley Davidson Orange. HEX triplet: E3, 21 and 14. RGB value is (227,33,20). Sum of RGB (Red+Green+Blue) = 227+33+20=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E32114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32114 is #1CDEEB. Grayscale: #595959. Windows color (decimal): -1892076 or 1319395. OLE color: 1319395.

HSL color Cylindrical-coordinate representation of color #E32114: hue angle of 3.77º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E32114 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 20 -
CMYK 0 0.85 0.91 0.11
HSL 3.77º 0.84% 0.48% -
HSV(B) 3.77º 0.91% 0.89% -
XYZ 32.35 17.47 2.33 -
YUV 89.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 227 33 20 0 0.85 0.91 0.11 3.77 0.84 0.48
Hex E3 21 14 0 55 5B B 4 54 30
Octal 343 41 24 0 125 133 13 4 124 60
Binary 11100011 100001 10100 0 1010101 1011011 1011 100 1010100 110000

Color Harmonies of #E32114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32114

Black with #E32114

Text Example


Text Example

White with #E32114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32114; }

 p { color: rgb(227,33,20); }

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

background-color css

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

 a { background-color: rgb(227,33,20); }

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

border-color css

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

 span { border-color: rgb(227,33,20); }

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