#CF2C30

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

Shades of Mahogany #CF2C30

Tints of Mahogany #CF2C30

Color information

#CF2C30 (or 0xCF2C30) is unknown color: approx Mahogany. HEX triplet: CF, 2C and 30. RGB value is (207,44,48). Sum of RGB (Red+Green+Blue) = 207+44+48=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C30 is #30D3CF. Grayscale: #5D5D5D. Windows color (decimal): -3199952 or 3157199. OLE color: 3157199.

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

Color convert

RGB2074448-
CMYK00.790.770.19
HSL358.53º64.94%49.22%-
HSV(B)358.53º78.74%81.18%-
XYZ27.1715.284.31-
YUV93.19102.5209.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69.23%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=69.23%
G=14.72%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207444800.790.770.19358.5364.9449.22
HexCF2C3004F4D131674131
Octal317546001171152354710161
Binary11001111101100110000010011111001101100111011001111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2C30; }

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

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

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

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

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

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

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

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