Html Css Color HEX #E32316 Harley Davidson Orange

📋 copy color: '#E32316'

red 227 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #E32316

Tints of Harley Davidson Orange #E32316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 79.93%
G = 12.32%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E32316 (or 0xE32316) is known color: Harley Davidson Orange. HEX triplet: E3, 23 and 16. RGB value is (227,35,22). Sum of RGB (Red+Green+Blue) = 227+35+22=284 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.93% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 227 - color contains mainly: red. Hex color #E32316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32316 is #1CDCE9. Grayscale: #5B5B5B. Windows color (decimal): -1891562 or 1450979. OLE color: 1450979.

HSL color Cylindrical-coordinate representation of color #E32316: hue angle of 3.8º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E32316 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 35 22 -
CMYK 0 0.85 0.90 0.11
HSL 3.8º 0.82% 0.49% -
HSV(B) 3.8º 0.9% 0.89% -
XYZ 32.42 17.59 2.45 -
YUV 90.93 89.11 225.06 -
System Red Green Blue C M Y K H S L
Decimal 227 35 22 0 0.85 0.90 0.11 3.8 0.82 0.49
Hex E3 23 16 0 55 5A B 4 52 31
Octal 343 43 26 0 125 132 13 4 122 61
Binary 11100011 100011 10110 0 1010101 1011010 1011 100 1010010 110001

Color Harmonies of #E32316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32316

Black with #E32316

Text Example


Text Example

White with #E32316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32316; }

 p { color: rgb(227,35,22); }

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

background-color css

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

 a { background-color: rgb(227,35,22); }

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

border-color css

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

 span { border-color: rgb(227,35,22); }

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