#CE394C

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

Shades of Brick Red #CE394C

Tints of Brick Red #CE394C

Color information

#CE394C (or 0xCE394C) is unknown color: approx Brick Red. HEX triplet: CE, 39 and 4C. RGB value is (206,57,76). Sum of RGB (Red+Green+Blue) = 206+57+76=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE394C is #31C6B3. Grayscale: #676767. Windows color (decimal): -3262132 or 4995534. OLE color: 4995534.

HSL color Cylindrical-coordinate representation of color #CE394C: hue angle of 352.35º 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 #CE394C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2065776-
CMYK00.720.630.19
HSL352.35º60.32%51.57%-
HSV(B)352.35º72.33%80.78%-
XYZ28.2216.578.55-
YUV103.72112.36200.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.77%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=60.77%
G=16.81%
B=22.42%

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
Decimal206577600.720.630.19352.3560.3251.57
HexCE394C0483F131603c34
Octal31671114011077235407464
Binary1100111011100110011000100100011111110011101100000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE394C; }

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

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

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

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

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

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

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

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