COLOR #CE3511

HEX: #CE3511 RGB: (206,53,17)

Color info

#CE3511 contains mainly red color. Web safe color of #CE3511 is #CC3300 (or #C30).

RGB color model

#CE3511 color RGB value is (206,53,17).

RGB: (206,53,17) (81%, 21%, 7%)

RGB channels and saturation

R 206 of 255 = 81%
G 53 of 255 = 21%
B 17 of 255 = 7%

206
53
17

R + G + B ~ 36%. #CE3511 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 206 + 53 + 17 = 276 (100%)
R 206 of 276 ~ 74.64%
G 53 of 276 ~ 19.2%
B 17 of 276 ~ 6.16'%

%74.64
%19.2

CMYK color model

#CE3511 color CMYK value is (0,74,92,19).

  • cyan value is 0.00%
  • magenta value is 74.27%
  • yellow value is 91.75%
  • key color value is 19.22%

CMYK: (0,74,92,19)
C0M74Y92K19 (0%, 74%, 92%, 19%)
(0.00 / 0.74 / 0.92 / 0.19)

CMYK percentages

%0
%74.27
%91.75
%19.22

Codes

Color #CE3511 in popluar color models

CE 35 11
RGB 206 53 17
HSL 11° 84.75% 43.73%
HSB/HSV 11° 91.75% 80.78%
CMYK 0.00% 74.27% 91.75%
19.22%

Color #CE3511 in popluar number systems.

HEX CE 35 11
Decimal 206 53 17
Binary 11001110 110101 10001
Octal 316 65 21

Shades and tints

Shades of #CE3511

#CE3511
(206,53,17)
#BC3110
(188,49,16)
#AA2D0F
(170,45,15)
#98290E
(152,41,14)
#86250D
(134,37,13)
#74210C
(116,33,12)
#621D0B
(98,29,11)
#50190A
(80,25,10)
#3E1509
(62,21,9)
#2C1108
(44,17,8)
#1A0D07
(26,13,7)
#000000
(0,0,0)

Tints of #CE3511

#CE3511
(206,53,17)
#D24726
(210,71,38)
#D6593B
(214,89,59)
#DA6B50
(218,107,80)
#DE7D65
(222,125,101)
#E28F7A
(226,143,122)
#E6A18F
(230,161,143)
#EAB3A4
(234,179,164)
#EEC5B9
(238,197,185)
#F2D7CE
(242,215,206)
#F6E9E3
(246,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE3511 color. Also use rgb(206,53,17) instead hex code.

Text Font Color

.myTextColor { color: #CE3511; }

<p style="color:#CE3511">This sample text font color is #CE3511.</p>

This text font color is #CE3511.

Background Color

.myBgColor { background-color: #CE3511; }

<div style="background-color:#CE3511">Inner text</div>

This div background color is #CE3511.

Border color

.myBorderColor { border: 1px solid #CE3511; }

<div style="border:3px solid #CE3511">Div</div>

This div border color is #CE3511.

Opacity

.myOpacity80 { color: #CE3511; opacity: 0.8; }

<p style="color:#CE3511;opacity:0.8;">80%</p>

Text with #CE3511 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CE3511;}

<p style="text-shadow: 3px 3px 1px #CE3511">Text here.</p>

This text has shadow with #CE3511 color.


.textShadow {text-shadow: 3px 3px 1px #CE3511', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CE3511, 5px 5px 20px red">Text here.</p>

This text has shadow with #CE3511 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CE3511, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CE3511, Direction=45, Strength=4)">Text</p>

This text has shadow with #CE3511 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CE3511;
-webkit-box-shadow: 1px 1px 3px 2px #CE3511;
box-shadow: 1px 1px 3px 2px #CE3511;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CE3511; -webkit-box-shadow: 1px 1px 3px 2px #CE3511; box-shadow:1px 1px 3px 2px #CE3511;">
Div content here
</div>

This div box has shadow with color #CE3511.

Preview

Color preview on black background

This text has color #CE3511 on black background.


Color preview on white background

This text has color #CE3511 on white background.


Black color preview on #CE3511 background

This text has black color on #CE3511 background.


White color preview on #CE3511 background

This text has white color on #CE3511 background.


Related colors

Complementary color

Complementary color for #hex is #31CAEE.


I love getcolorcode.com

Triadic colors

1 #11CE35 and #3511CE with #CE3511 are triadic colors.

2 #1135CE and #35CE11 with #CE3511 are triadic colors.