Html Css Color HEX #E0521B Chocolate

📋 copy color: '#E0521B'

red 224 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #E0521B

Tints of Chocolate #E0521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 67.27%
G = 24.62%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0521B (or 0xE0521B) is known color: Chocolate. HEX triplet: E0, 52 and 1B. RGB value is (224,82,27). Sum of RGB (Red+Green+Blue) = 224+82+27=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0521B is #1FADE4. Grayscale: #767676. Windows color (decimal): -2076133 or 1790688. OLE color: 1790688.

HSL color Cylindrical-coordinate representation of color #E0521B: hue angle of 16.75º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0521B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 27 -
CMYK 0 0.63 0.88 0.12
HSL 16.75º 0.78% 0.49% -
HSV(B) 16.75º 0.88% 0.88% -
XYZ 33.96 21.96 3.49 -
YUV 118.19 76.54 203.47 -
System Red Green Blue C M Y K H S L
Decimal 224 82 27 0 0.63 0.88 0.12 16.75 0.78 0.49
Hex E0 52 1B 0 3F 58 C 11 4E 31
Octal 340 122 33 0 77 130 14 21 116 61
Binary 11100000 1010010 11011 0 111111 1011000 1100 10001 1001110 110001

Color Harmonies of #E0521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0521B

Black with #E0521B

Text Example


Text Example

White with #E0521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0521B; }

 p { color: rgb(224,82,27); }

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

background-color css

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

 a { background-color: rgb(224,82,27); }

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

border-color css

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

 span { border-color: rgb(224,82,27); }

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