Html Css Color HEX #E2631C Chocolate

📋 copy color: '#E2631C'

red 226 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #E2631C

Tints of Chocolate #E2631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

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

R = 64.02%
G = 28.05%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2631C (or 0xE2631C) is known color: Chocolate. HEX triplet: E2, 63 and 1C. RGB value is (226,99,28). Sum of RGB (Red+Green+Blue) = 226+99+28=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2631C is #1D9CE3. Grayscale: #818181. Windows color (decimal): -1940708 or 1860578. OLE color: 1860578.

HSL color Cylindrical-coordinate representation of color #E2631C: hue angle of 21.52º 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 #E2631C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 99 28 -
CMYK 0 0.56 0.88 0.11
HSL 21.52º 0.78% 0.5% -
HSV(B) 21.52º 0.88% 0.89% -
XYZ 36.04 25.18 4.06 -
YUV 128.88 71.08 197.27 -
System Red Green Blue C M Y K H S L
Decimal 226 99 28 0 0.56 0.88 0.11 21.52 0.78 0.5
Hex E2 63 1C 0 38 58 B 16 4E 32
Octal 342 143 34 0 70 130 13 26 116 62
Binary 11100010 1100011 11100 0 111000 1011000 1011 10110 1001110 110010

Color Harmonies of #E2631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2631C

Black with #E2631C

Text Example


Text Example

White with #E2631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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