#CE354B

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

Shades of Brick Red #CE354B

Tints of Brick Red #CE354B

Color information

#CE354B (or 0xCE354B) is unknown color: approx Brick Red. HEX triplet: CE, 35 and 4B. RGB value is (206,53,75). Sum of RGB (Red+Green+Blue) = 206+53+75=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE354B is #31CAB4. Grayscale: #656565. Windows color (decimal): -3263157 or 4928974. OLE color: 4928974.

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

Color convert

RGB2065375-
CMYK00.740.640.19
HSL351.37º60.96%50.78%-
HSV(B)351.37º74.27%80.78%-
XYZ2816.188.3-
YUV101.25113.19202.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.68%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=61.68%
G=15.87%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206537500.740.640.19351.3760.9650.78
HexCE354B04A401315f3d33
Octal316651130112100235377563
Binary11001110110101100101101001010100000010011101011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE354B; }

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

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

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

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

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

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

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

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