Shades of Mahogany #CC252C
Tints of Mahogany #CC252C
RGB
CMYK
RGB Variations
Color information
#CC252C (or 0xCC252C) is known color: Mahogany. HEX triplet: CC, 25 and 2C. RGB value is (204,37,44). Sum of RGB (Red+Green+Blue) = 204+37+44=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC252C is #33DAD3. Grayscale: #575757. Windows color (decimal): -3398356 or 2893260. OLE color: 2893260.
HSL color Cylindrical-coordinate representation of color #CC252C: hue angle of 357.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC252C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 44 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.2 |
| HSL | 357.49º | 0.69% | 0.47% | - |
| HSV(B) | 357.49º | 0.82% | 0.8% | - |
| XYZ | 26.02 | 14.34 | 3.78 | - |
| YUV | 87.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 44 | 0 | 0.82 | 0.78 | 0.2 | 357.49 | 0.69 | 0.47 |
| Hex | CC | 25 | 2C | 0 | 52 | 4E | 14 | 165 | 45 | 2F |
| Octal | 314 | 45 | 54 | 0 | 122 | 116 | 24 | 545 | 105 | 57 |
| Binary | 11001100 | 100101 | 101100 | 0 | 1010010 | 1001110 | 10100 | 101100101 | 1000101 | 101111 |
Color Harmonies of #CC252C
Complementary color
Monochromatic Colors of #CC252C
Black with #CC252C
Text Example
Text Example
White with #CC252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC252C; }
p { color: rgb(204,37,44); }
H1.HeaderClassName
{
color: #CC252C;
}
.AnyTagClassName
{
color: #CC252C;
}
</style>
background-color css
<style>
a { background-color: #CC252C; }
a { background-color: rgb(204,37,44); }
div.DivClassName
{
background-color: #CC252C;
}
.BgClassName
{
background-color: #CC252C;
}
</style>
border-color css
<style>
span { border-color: #CC252C; }
span { border-color: rgb(204,37,44); }
td.TdClassName
{
border-color: #CC252C;
}
.TagClassName
{
border-color: #CC252C;
}
</style>