#CE354C

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

Shades of Brick Red #CE354C

Tints of Brick Red #CE354C

Color information

#CE354C (or 0xCE354C) is unknown color: approx Brick Red. HEX triplet: CE, 35 and 4C. RGB value is (206,53,76). Sum of RGB (Red+Green+Blue) = 206+53+76=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE354C is #31CAB3. Grayscale: #656565. Windows color (decimal): -3263156 or 4994510. OLE color: 4994510.

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

Color convert

RGB2065376-
CMYK00.740.630.19
HSL350.98º60.96%50.78%-
HSV(B)350.98º74.27%80.78%-
XYZ28.0316.198.49-
YUV101.37113.69202.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.49%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=61.49%
G=15.82%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206537600.740.630.19350.9860.9650.78
HexCE354C04A3F1315f3d33
Octal31665114011277235377563
Binary1100111011010110011000100101011111110011101011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE354C; }

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

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

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

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

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

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

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

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