Html Css Color HEX #E0832B West Side

📋 copy color: '#E0832B'

red 224 ◦ green 131 ◦ blue 43

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

Shades of West Side #E0832B

Tints of West Side #E0832B

RGB

 RED value IS 224 (87.89% from 255) = 56.28%

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 56.28%
G = 32.91%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0832B (or 0xE0832B) is known color: West Side. HEX triplet: E0, 83 and 2B. RGB value is (224,131,43). Sum of RGB (Red+Green+Blue) = 224+131+43=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0832B is #1F7CD4. Grayscale: #959595. Windows color (decimal): -2063573 or 2851808. OLE color: 2851808.

HSL color Cylindrical-coordinate representation of color #E0832B: hue angle of 29.17º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0832B is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 43 -
CMYK 0 0.42 0.81 0.12
HSL 29.17º 0.74% 0.52% -
HSV(B) 29.17º 0.81% 0.88% -
XYZ 39.29 32.25 6.44 -
YUV 148.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 224 131 43 0 0.42 0.81 0.12 29.17 0.74 0.52
Hex E0 83 2B 0 2A 51 C 1D 4A 34
Octal 340 203 53 0 52 121 14 35 112 64
Binary 11100000 10000011 101011 0 101010 1010001 1100 11101 1001010 110100

Color Harmonies of #E0832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0832B

Black with #E0832B

Text Example


Text Example

White with #E0832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0832B; }

 p { color: rgb(224,131,43); }

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

background-color css

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

 a { background-color: rgb(224,131,43); }

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

border-color css

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

 span { border-color: rgb(224,131,43); }

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