#ce3246

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

Shades of Brick Red #CE3246

Tints of Brick Red #CE3246

Color information

#CE3246 (or 0xCE3246) is unknown color: approx Brick Red. HEX triplet: CE, 32 and 46. RGB value is (206,50,70). Sum of RGB (Red+Green+Blue) = 206+50+70=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3246 is #31CDB9. Grayscale: #636363. Windows color (decimal): -3263930 or 4600526. OLE color: 4600526.

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

Color convert

RGB2065070-
CMYK00.760.660.19
HSL352.31º61.42%50.2%-
HSV(B)352.31º75.73%80.78%-
XYZ27.715.857.39-
YUV98.92111.68204.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.19%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=63.19%
G=15.34%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206507000.760.660.19352.3161.4250.2
HexCE324604C42131603d32
Octal316621060114102235407562
Binary11001110110010100011001001100100001010011101100000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3246; }

 p { color: rgb(206,50,70); }

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

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

 a { background-color: rgb(206,50,70); }

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

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

 span { border-color: rgb(206,50,70); }

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