Html Css Color HEX #E1611A Chocolate

📋 copy color: '#E1611A'

red 225 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #E1611A

Tints of Chocolate #E1611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 64.66%
G = 27.87%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1611A (or 0xE1611A) is known color: Chocolate. HEX triplet: E1, 61 and 1A. RGB value is (225,97,26). Sum of RGB (Red+Green+Blue) = 225+97+26=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1611A is #1E9EE5. Grayscale: #7F7F7F. Windows color (decimal): -2006758 or 1728993. OLE color: 1728993.

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

Color convert

RGB 225 97 26 -
CMYK 0 0.57 0.88 0.12
HSL 21.41º 0.79% 0.49% -
HSV(B) 21.41º 0.88% 0.88% -
XYZ 35.51 24.63 3.86 -
YUV 127.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 225 97 26 0 0.57 0.88 0.12 21.41 0.79 0.49
Hex E1 61 1A 0 39 58 C 15 4F 31
Octal 341 141 32 0 71 130 14 25 117 61
Binary 11100001 1100001 11010 0 111001 1011000 1100 10101 1001111 110001

Color Harmonies of #E1611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1611A

Black with #E1611A

Text Example


Text Example

White with #E1611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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