Html Css Color HEX #E16121 Chocolate

📋 copy color: '#E16121'

red 225 ◦ green 97 ◦ blue 33

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

Shades of Chocolate #E16121

Tints of Chocolate #E16121

RGB

 RED value IS 225 (88.28% from 255) = 63.38%

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 63.38%
G = 27.32%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E16121 (or 0xE16121) is known color: Chocolate. HEX triplet: E1, 61 and 21. RGB value is (225,97,33). Sum of RGB (Red+Green+Blue) = 225+97+33=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E16121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16121 is #1E9EDE. Grayscale: #808080. Windows color (decimal): -2006751 or 2187745. OLE color: 2187745.

HSL color Cylindrical-coordinate representation of color #E16121: hue angle of 20º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E16121 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 33 -
CMYK 0 0.57 0.85 0.12
HSL 20º 0.76% 0.51% -
HSV(B) 20º 0.85% 0.88% -
XYZ 35.6 24.67 4.32 -
YUV 127.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 225 97 33 0 0.57 0.85 0.12 20 0.76 0.51
Hex E1 61 21 0 39 55 C 14 4C 33
Octal 341 141 41 0 71 125 14 24 114 63
Binary 11100001 1100001 100001 0 111001 1010101 1100 10100 1001100 110011

Color Harmonies of #E16121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16121

Black with #E16121

Text Example


Text Example

White with #E16121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16121; }

 p { color: rgb(225,97,33); }

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

background-color css

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

 a { background-color: rgb(225,97,33); }

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

border-color css

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

 span { border-color: rgb(225,97,33); }

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