Html Css Color HEX #E1611D Chocolate

📋 copy color: '#E1611D'

red 225 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #E1611D

Tints of Chocolate #E1611D

RGB

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

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

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

R = 64.1%
G = 27.64%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1611D (or 0xE1611D) is known color: Chocolate. HEX triplet: E1, 61 and 1D. RGB value is (225,97,29). Sum of RGB (Red+Green+Blue) = 225+97+29=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1611D is #1E9EE2. Grayscale: #7F7F7F. Windows color (decimal): -2006755 or 1925601. OLE color: 1925601.

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

Color convert

RGB 225 97 29 -
CMYK 0 0.57 0.87 0.12
HSL 20.82º 0.77% 0.5% -
HSV(B) 20.82º 0.87% 0.88% -
XYZ 35.55 24.65 4.05 -
YUV 127.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 225 97 29 0 0.57 0.87 0.12 20.82 0.77 0.5
Hex E1 61 1D 0 39 57 C 15 4D 32
Octal 341 141 35 0 71 127 14 25 115 62
Binary 11100001 1100001 11101 0 111001 1010111 1100 10101 1001101 110010

Color Harmonies of #E1611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1611D

Black with #E1611D

Text Example


Text Example

White with #E1611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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