#CE394D

Color #CE394D Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CE394D

Tints of Brick Red #CE394D

Color information

#CE394D (or 0xCE394D) is unknown color: approx Brick Red. HEX triplet: CE, 39 and 4D. RGB value is (206,57,77). Sum of RGB (Red+Green+Blue) = 206+57+77=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE394D is #31C6B2. Grayscale: #676767. Windows color (decimal): -3262131 or 5061070. OLE color: 5061070.

HSL color Cylindrical-coordinate representation of color #CE394D: hue angle of 351.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE394D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2065777-
CMYK00.720.630.19
HSL351.95º60.32%51.57%-
HSV(B)351.95º72.33%80.78%-
XYZ28.2616.588.73-
YUV103.83112.86200.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.59%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=60.59%
G=16.76%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206577700.720.630.19351.9560.3251.57
HexCE394D0483F131603c34
Octal31671115011077235407464
Binary1100111011100110011010100100011111110011101100000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE394D; }

 p { color: rgb(206,57,77); }

 H1.HeaderClassName
 {
   color: #CE394D;
 }
 .AnyTagClassName
 {
   color: #CE394D;
 }
</style>
background-color css

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

 a { background-color: rgb(206,57,77); }

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

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

 span { border-color: rgb(206,57,77); }

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