Html Css Color HEX #E0521D Chocolate

📋 copy color: '#E0521D'

red 224 ◦ green 82 ◦ blue 29

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

Shades of Chocolate #E0521D

Tints of Chocolate #E0521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 66.87%
G = 24.48%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0521D (or 0xE0521D) is known color: Chocolate. HEX triplet: E0, 52 and 1D. RGB value is (224,82,29). Sum of RGB (Red+Green+Blue) = 224+82+29=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0521D is #1FADE2. Grayscale: #767676. Windows color (decimal): -2076131 or 1921760. OLE color: 1921760.

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

Color convert

RGB 224 82 29 -
CMYK 0 0.63 0.87 0.12
HSL 16.31º 0.77% 0.5% -
HSV(B) 16.31º 0.87% 0.88% -
XYZ 33.98 21.97 3.61 -
YUV 118.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 224 82 29 0 0.63 0.87 0.12 16.31 0.77 0.5
Hex E0 52 1D 0 3F 57 C 10 4D 32
Octal 340 122 35 0 77 127 14 20 115 62
Binary 11100000 1010010 11101 0 111111 1010111 1100 10000 1001101 110010

Color Harmonies of #E0521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0521D

Black with #E0521D

Text Example


Text Example

White with #E0521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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