#CE2146

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

Shades of Brick Red #CE2146

Tints of Brick Red #CE2146

Color information

#CE2146 (or 0xCE2146) is unknown color: approx Brick Red. HEX triplet: CE, 21 and 46. RGB value is (206,33,70). Sum of RGB (Red+Green+Blue) = 206+33+70=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2146 is #31DEB9. Grayscale: #585858. Windows color (decimal): -3268282 or 4596174. OLE color: 4596174.

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

Color convert

RGB2063370-
CMYK00.840.660.19
HSL347.17º72.38%46.86%-
HSV(B)347.17º83.98%80.78%-
XYZ27.114.657.19-
YUV88.94117.31211.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.67%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=66.67%
G=10.68%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206337000.840.660.19347.1772.3846.86
HexCE2146054421315b482f
Octal3164110601241022353311057
Binary110011101000011000110010101001000010100111010110111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2146; }

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

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

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

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

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

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

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

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