#CE344C

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

Shades of Brick Red #CE344C

Tints of Brick Red #CE344C

Color information

#CE344C (or 0xCE344C) is unknown color: approx Brick Red. HEX triplet: CE, 34 and 4C. RGB value is (206,52,76). Sum of RGB (Red+Green+Blue) = 206+52+76=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE344C is #31CBB3. Grayscale: #646464. Windows color (decimal): -3263412 or 4994254. OLE color: 4994254.

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

Color convert

RGB2065276-
CMYK00.750.630.19
HSL350.65º61.11%50.59%-
HSV(B)350.65º74.76%80.78%-
XYZ27.9916.18.47-
YUV100.78114.02203.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.68%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=61.68%
G=15.57%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206527600.750.630.19350.6561.1150.59
HexCE344C04B3F1315f3d33
Octal31664114011377235377563
Binary1100111011010010011000100101111111110011101011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE344C; }

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

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

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

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

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

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

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

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