#cf2c34

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

Shades of Mahogany #CF2C34

Tints of Mahogany #CF2C34

Color information

#CF2C34 (or 0xCF2C34) is unknown color: approx Mahogany. HEX triplet: CF, 2C and 34. RGB value is (207,44,52). Sum of RGB (Red+Green+Blue) = 207+44+52=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C34 is #30D3CB. Grayscale: #5D5D5D. Windows color (decimal): -3199948 or 3419343. OLE color: 3419343.

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

Color convert

RGB2074452-
CMYK00.790.750.19
HSL357.06º64.94%49.22%-
HSV(B)357.06º78.74%81.18%-
XYZ27.2515.314.77-
YUV93.65104.5208.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 68.32%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=68.32%
G=14.52%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207445200.790.750.19357.0664.9449.22
HexCF2C3404F4B131654131
Octal317546401171132354510161
Binary11001111101100110100010011111001011100111011001011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2c34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2c34; }

 p { color: rgb(207,44,52); }

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

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

 a { background-color: rgb(207,44,52); }

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

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

 span { border-color: rgb(207,44,52); }

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