Html Css Color HEX #E32315 Harley Davidson Orange

📋 copy color: '#E32315'

red 227 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #E32315

Tints of Harley Davidson Orange #E32315

RGB

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

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

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

R = 80.21%
G = 12.37%
B = 7.42%

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

#E32315 (or 0xE32315) is known color: Harley Davidson Orange. HEX triplet: E3, 23 and 15. RGB value is (227,35,21). Sum of RGB (Red+Green+Blue) = 227+35+21=283 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.21% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 227 - color contains mainly: red. Hex color #E32315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32315 is #1CDCEA. Grayscale: #5B5B5B. Windows color (decimal): -1891563 or 1385443. OLE color: 1385443.

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

Color convert

RGB 227 35 21 -
CMYK 0 0.85 0.91 0.11
HSL 4.08º 0.83% 0.49% -
HSV(B) 4.08º 0.91% 0.89% -
XYZ 32.41 17.59 2.4 -
YUV 90.81 88.61 225.14 -
System Red Green Blue C M Y K H S L
Decimal 227 35 21 0 0.85 0.91 0.11 4.08 0.83 0.49
Hex E3 23 15 0 55 5B B 4 53 31
Octal 343 43 25 0 125 133 13 4 123 61
Binary 11100011 100011 10101 0 1010101 1011011 1011 100 1010011 110001

Color Harmonies of #E32315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32315

Black with #E32315

Text Example


Text Example

White with #E32315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32315; }

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

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

background-color css

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

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

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

border-color css

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

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

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