#CF2E35

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

Shades of Mahogany #CF2E35

Tints of Mahogany #CF2E35

Color information

#CF2E35 (or 0xCF2E35) is unknown color: approx Mahogany. HEX triplet: CF, 2E and 35. RGB value is (207,46,53). Sum of RGB (Red+Green+Blue) = 207+46+53=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E35 is #30D1CA. Grayscale: #5F5F5F. Windows color (decimal): -3199435 or 3485391. OLE color: 3485391.

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

Color convert

RGB2074653-
CMYK00.780.740.19
HSL357.39º63.64%49.61%-
HSV(B)357.39º77.78%81.18%-
XYZ27.3515.484.91-
YUV94.94104.34207.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.65%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=67.65%
G=15.03%
B=17.32%

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
Decimal207465300.780.740.19357.3963.6449.61
HexCF2E3504E4A131654032
Octal317566501161122354510062
Binary11001111101110110101010011101001010100111011001011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2E35; }

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

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

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

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

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

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

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

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