Html Css Color HEX #E1641C Chocolate

📋 copy color: '#E1641C'

red 225 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #E1641C

Tints of Chocolate #E1641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

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

R = 63.74%
G = 28.33%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1641C (or 0xE1641C) is known color: Chocolate. HEX triplet: E1, 64 and 1C. RGB value is (225,100,28). Sum of RGB (Red+Green+Blue) = 225+100+28=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1641C is #1E9BE3. Grayscale: #818181. Windows color (decimal): -2005988 or 1860833. OLE color: 1860833.

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

Color convert

RGB 225 100 28 -
CMYK 0 0.56 0.88 0.12
HSL 21.93º 0.78% 0.5% -
HSV(B) 21.93º 0.88% 0.88% -
XYZ 35.82 25.21 4.08 -
YUV 129.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 225 100 28 0 0.56 0.88 0.12 21.93 0.78 0.5
Hex E1 64 1C 0 38 58 C 16 4E 32
Octal 341 144 34 0 70 130 14 26 116 62
Binary 11100001 1100100 11100 0 111000 1011000 1100 10110 1001110 110010

Color Harmonies of #E1641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1641C

Black with #E1641C

Text Example


Text Example

White with #E1641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1641C; }

 p { color: rgb(225,100,28); }

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

background-color css

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

 a { background-color: rgb(225,100,28); }

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

border-color css

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

 span { border-color: rgb(225,100,28); }

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