#CF2E36

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

Shades of Mahogany #CF2E36

Tints of Mahogany #CF2E36

Color information

#CF2E36 (or 0xCF2E36) is unknown color: approx Mahogany. HEX triplet: CF, 2E and 36. RGB value is (207,46,54). Sum of RGB (Red+Green+Blue) = 207+46+54=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E36 is #30D1C9. Grayscale: #5F5F5F. Windows color (decimal): -3199434 or 3550927. OLE color: 3550927.

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

Color convert

RGB2074654-
CMYK00.780.740.19
HSL357.02º63.64%49.61%-
HSV(B)357.02º77.78%81.18%-
XYZ27.3715.495.04-
YUV95.05104.84207.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.43%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=67.43%
G=14.98%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207465400.780.740.19357.0263.6449.61
HexCF2E3604E4A131654032
Octal317566601161122354510062
Binary11001111101110110110010011101001010100111011001011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2E36; }

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

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

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

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

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

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

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

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