#cf2b30

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

Shades of Mahogany #CF2B30

Tints of Mahogany #CF2B30

Color information

#CF2B30 (or 0xCF2B30) is unknown color: approx Mahogany. HEX triplet: CF, 2B and 30. RGB value is (207,43,48). Sum of RGB (Red+Green+Blue) = 207+43+48=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B30 is #30D4CF. Grayscale: #5C5C5C. Windows color (decimal): -3200208 or 3156943. OLE color: 3156943.

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

Color convert

RGB2074348-
CMYK00.790.770.19
HSL358.17º65.6%49.02%-
HSV(B)358.17º79.23%81.18%-
XYZ27.1315.214.3-
YUV92.61102.83209.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69.46%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=69.46%
G=14.43%
B=16.11%

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
Decimal207434800.790.770.19358.1765.649.02
HexCF2B3004F4D131664231
Octal317536001171152354610261
Binary11001111101011110000010011111001101100111011001101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2b30; }

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

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

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

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

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

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

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

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