Html Css Color HEX #E32D16 Harley Davidson Orange

📋 copy color: '#E32D16'

red 227 ◦ green 45 ◦ blue 22

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

Shades of Harley Davidson Orange #E32D16

Tints of Harley Davidson Orange #E32D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

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

R = 77.21%
G = 15.31%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E32D16 (or 0xE32D16) is known color: Harley Davidson Orange. HEX triplet: E3, 2D and 16. RGB value is (227,45,22). Sum of RGB (Red+Green+Blue) = 227+45+22=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32D16 is #1CD2E9. Grayscale: #616161. Windows color (decimal): -1889002 or 1453539. OLE color: 1453539.

HSL color Cylindrical-coordinate representation of color #E32D16: hue angle of 6.73º 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 #E32D16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 45 22 -
CMYK 0 0.80 0.90 0.11
HSL 6.73º 0.82% 0.49% -
HSV(B) 6.73º 0.9% 0.89% -
XYZ 32.76 18.27 2.56 -
YUV 96.8 85.8 220.87 -
System Red Green Blue C M Y K H S L
Decimal 227 45 22 0 0.80 0.90 0.11 6.73 0.82 0.49
Hex E3 2D 16 0 50 5A B 7 52 31
Octal 343 55 26 0 120 132 13 7 122 61
Binary 11100011 101101 10110 0 1010000 1011010 1011 111 1010010 110001

Color Harmonies of #E32D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32D16

Black with #E32D16

Text Example


Text Example

White with #E32D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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