Html Css Color HEX #E2511C Chocolate

📋 copy color: '#E2511C'

red 226 ◦ green 81 ◦ blue 28

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

Shades of Chocolate #E2511C

Tints of Chocolate #E2511C

RGB

 RED value IS 226 (88.67% from 255) = 67.46%

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 67.46%
G = 24.18%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2511C (or 0xE2511C) is known color: Chocolate. HEX triplet: E2, 51 and 1C. RGB value is (226,81,28). Sum of RGB (Red+Green+Blue) = 226+81+28=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2511C is #1DAEE3. Grayscale: #767676. Windows color (decimal): -1945316 or 1855970. OLE color: 1855970.

HSL color Cylindrical-coordinate representation of color #E2511C: hue angle of 16.06º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2511C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 28 -
CMYK 0 0.64 0.88 0.11
HSL 16.06º 0.78% 0.5% -
HSV(B) 16.06º 0.88% 0.89% -
XYZ 34.52 22.14 3.55 -
YUV 118.31 77.04 204.81 -
System Red Green Blue C M Y K H S L
Decimal 226 81 28 0 0.64 0.88 0.11 16.06 0.78 0.5
Hex E2 51 1C 0 40 58 B 10 4E 32
Octal 342 121 34 0 100 130 13 20 116 62
Binary 11100010 1010001 11100 0 1000000 1011000 1011 10000 1001110 110010

Color Harmonies of #E2511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2511C

Black with #E2511C

Text Example


Text Example

White with #E2511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2511C; }

 p { color: rgb(226,81,28); }

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

background-color css

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

 a { background-color: rgb(226,81,28); }

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

border-color css

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

 span { border-color: rgb(226,81,28); }

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