#CE2B38

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

Shades of Mahogany #CE2B38

Tints of Mahogany #CE2B38

Color information

#CE2B38 (or 0xCE2B38) is unknown color: approx Mahogany. HEX triplet: CE, 2B and 38. RGB value is (206,43,56). Sum of RGB (Red+Green+Blue) = 206+43+56=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B38 is #31D4C7. Grayscale: #5D5D5D. Windows color (decimal): -3265736 or 3681230. OLE color: 3681230.

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

Color convert

RGB2064356-
CMYK00.790.730.19
HSL355.21º65.46%48.82%-
HSV(B)355.21º79.13%80.78%-
XYZ27.0315.145.24-
YUV93.22107208.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.54%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=67.54%
G=14.10%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206435600.790.730.19355.2165.4648.82
HexCE2B3804F49131634131
Octal316537001171112354310161
Binary11001110101011111000010011111001001100111011000111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B38; }

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

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

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

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

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

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

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

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