Html Css Color HEX #E0511D Chocolate

📋 copy color: '#E0511D'

red 224 ◦ green 81 ◦ blue 29

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

Shades of Chocolate #E0511D

Tints of Chocolate #E0511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

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

R = 67.07%
G = 24.25%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0511D (or 0xE0511D) is known color: Chocolate. HEX triplet: E0, 51 and 1D. RGB value is (224,81,29). Sum of RGB (Red+Green+Blue) = 224+81+29=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0511D is #1FAEE2. Grayscale: #767676. Windows color (decimal): -2076387 or 1921504. OLE color: 1921504.

HSL color Cylindrical-coordinate representation of color #E0511D: hue angle of 16º 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 #E0511D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 29 -
CMYK 0 0.64 0.87 0.12
HSL 16º 0.77% 0.5% -
HSV(B) 16º 0.87% 0.88% -
XYZ 33.9 21.82 3.59 -
YUV 117.83 77.88 203.73 -
System Red Green Blue C M Y K H S L
Decimal 224 81 29 0 0.64 0.87 0.12 16 0.77 0.5
Hex E0 51 1D 0 40 57 C 10 4D 32
Octal 340 121 35 0 100 127 14 20 115 62
Binary 11100000 1010001 11101 0 1000000 1010111 1100 10000 1001101 110010

Color Harmonies of #E0511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0511D

Black with #E0511D

Text Example


Text Example

White with #E0511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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