Html Css Color HEX #E32D18 Harley Davidson Orange

📋 copy color: '#E32D18'

red 227 ◦ green 45 ◦ blue 24

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

Shades of Harley Davidson Orange #E32D18

Tints of Harley Davidson Orange #E32D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 76.69%
G = 15.2%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E32D18 (or 0xE32D18) is known color: Harley Davidson Orange. HEX triplet: E3, 2D and 18. RGB value is (227,45,24). Sum of RGB (Red+Green+Blue) = 227+45+24=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32D18 is #1CD2E7. Grayscale: #616161. Windows color (decimal): -1889000 or 1584611. OLE color: 1584611.

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

Color convert

RGB 227 45 24 -
CMYK 0 0.80 0.89 0.11
HSL 6.21º 0.81% 0.49% -
HSV(B) 6.21º 0.89% 0.89% -
XYZ 32.78 18.27 2.66 -
YUV 97.02 86.8 220.71 -
System Red Green Blue C M Y K H S L
Decimal 227 45 24 0 0.80 0.89 0.11 6.21 0.81 0.49
Hex E3 2D 18 0 50 59 B 6 51 31
Octal 343 55 30 0 120 131 13 6 121 61
Binary 11100011 101101 11000 0 1010000 1011001 1011 110 1010001 110001

Color Harmonies of #E32D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32D18

Black with #E32D18

Text Example


Text Example

White with #E32D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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