#CF2E38

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

Shades of Mahogany #CF2E38

Tints of Mahogany #CF2E38

Color information

#CF2E38 (or 0xCF2E38) is unknown color: approx Mahogany. HEX triplet: CF, 2E and 38. RGB value is (207,46,56). Sum of RGB (Red+Green+Blue) = 207+46+56=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E38 is #30D1C7. Grayscale: #5F5F5F. Windows color (decimal): -3199432 or 3681999. OLE color: 3681999.

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

Color convert

RGB2074656-
CMYK00.780.730.19
HSL356.27º63.64%49.61%-
HSV(B)356.27º77.78%81.18%-
XYZ27.4215.55.29-
YUV95.28105.84207.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.99%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=66.99%
G=14.89%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207465600.780.730.19356.2763.6449.61
HexCF2E3804E49131644032
Octal317567001161112354410062
Binary11001111101110111000010011101001001100111011001001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2E38; }

 p { color: rgb(207,46,56); }

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

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

 a { background-color: rgb(207,46,56); }

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

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

 span { border-color: rgb(207,46,56); }

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