Html Css Color HEX #E32913 Harley Davidson Orange

📋 copy color: '#E32913'

red 227 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #E32913

Tints of Harley Davidson Orange #E32913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 79.09%
G = 14.29%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E32913 (or 0xE32913) is known color: Harley Davidson Orange. HEX triplet: E3, 29 and 13. RGB value is (227,41,19). Sum of RGB (Red+Green+Blue) = 227+41+19=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E32913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32913 is #1CD6EC. Grayscale: #5E5E5E. Windows color (decimal): -1890029 or 1255907. OLE color: 1255907.

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

Color convert

RGB 227 41 19 -
CMYK 0 0.82 0.92 0.11
HSL 6.35º 0.85% 0.48% -
HSV(B) 6.35º 0.92% 0.89% -
XYZ 32.59 17.96 2.37 -
YUV 94.11 85.62 222.79 -
System Red Green Blue C M Y K H S L
Decimal 227 41 19 0 0.82 0.92 0.11 6.35 0.85 0.48
Hex E3 29 13 0 52 5C B 6 55 30
Octal 343 51 23 0 122 134 13 6 125 60
Binary 11100011 101001 10011 0 1010010 1011100 1011 110 1010101 110000

Color Harmonies of #E32913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32913

Black with #E32913

Text Example


Text Example

White with #E32913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32913; }

 p { color: rgb(227,41,19); }

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

background-color css

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

 a { background-color: rgb(227,41,19); }

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

border-color css

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

 span { border-color: rgb(227,41,19); }

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