#CE2B39

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

Shades of Mahogany #CE2B39

Tints of Mahogany #CE2B39

Color information

#CE2B39 (or 0xCE2B39) is unknown color: approx Mahogany. HEX triplet: CE, 2B and 39. RGB value is (206,43,57). Sum of RGB (Red+Green+Blue) = 206+43+57=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B39 is #31D4C6. Grayscale: #5D5D5D. Windows color (decimal): -3265735 or 3746766. OLE color: 3746766.

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

Color convert

RGB2064357-
CMYK00.790.720.19
HSL354.85º65.46%48.82%-
HSV(B)354.85º79.13%80.78%-
XYZ27.0615.145.37-
YUV93.33107.5208.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.32%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=67.32%
G=14.05%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206435700.790.720.19354.8565.4648.82
HexCE2B3904F48131634131
Octal316537101171102354310161
Binary11001110101011111001010011111001000100111011000111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B39; }

 p { color: rgb(206,43,57); }

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

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

 a { background-color: rgb(206,43,57); }

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

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

 span { border-color: rgb(206,43,57); }

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