Shades of Brick Red #CC2049
Tints of Brick Red #CC2049
RGB
CMYK
RGB Variations
Color information
#CC2049 (or 0xCC2049) is known color: Brick Red. HEX triplet: CC, 20 and 49. RGB value is (204,32,73). Sum of RGB (Red+Green+Blue) = 204+32+73=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2049 is #33DFB6. Grayscale: #585858. Windows color (decimal): -3399607 or 4792524. OLE color: 4792524.
HSL color Cylindrical-coordinate representation of color #CC2049: hue angle of 345.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2049 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 73 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.2 |
| HSL | 345.7º | 0.73% | 0.46% | - |
| HSV(B) | 345.7º | 0.84% | 0.8% | - |
| XYZ | 26.62 | 14.35 | 7.67 | - |
| YUV | 88.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 73 | 0 | 0.84 | 0.64 | 0.2 | 345.7 | 0.73 | 0.46 |
| Hex | CC | 20 | 49 | 0 | 54 | 40 | 14 | 15A | 49 | 2E |
| Octal | 314 | 40 | 111 | 0 | 124 | 100 | 24 | 532 | 111 | 56 |
| Binary | 11001100 | 100000 | 1001001 | 0 | 1010100 | 1000000 | 10100 | 101011010 | 1001001 | 101110 |
Color Harmonies of #CC2049
Complementary color
Monochromatic Colors of #CC2049
Black with #CC2049
Text Example
Text Example
White with #CC2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2049; }
p { color: rgb(204,32,73); }
H1.HeaderClassName
{
color: #CC2049;
}
.AnyTagClassName
{
color: #CC2049;
}
</style>
background-color css
<style>
a { background-color: #CC2049; }
a { background-color: rgb(204,32,73); }
div.DivClassName
{
background-color: #CC2049;
}
.BgClassName
{
background-color: #CC2049;
}
</style>
border-color css
<style>
span { border-color: #CC2049; }
span { border-color: rgb(204,32,73); }
td.TdClassName
{
border-color: #CC2049;
}
.TagClassName
{
border-color: #CC2049;
}
</style>