Shades of Brick Red #CC2F49
Tints of Brick Red #CC2F49
RGB
CMYK
RGB Variations
Color information
#CC2F49 (or 0xCC2F49) is known color: Brick Red. HEX triplet: CC, 2F and 49. RGB value is (204,47,73). Sum of RGB (Red+Green+Blue) = 204+47+73=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F49 is #33D0B6. Grayscale: #606060. Windows color (decimal): -3395767 or 4796364. OLE color: 4796364.
HSL color Cylindrical-coordinate representation of color #CC2F49: hue angle of 350.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2F49 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 73 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.2 |
| HSL | 350.06º | 0.63% | 0.49% | - |
| HSV(B) | 350.06º | 0.77% | 0.8% | - |
| XYZ | 27.12 | 15.35 | 7.84 | - |
| YUV | 96.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 73 | 0 | 0.77 | 0.64 | 0.2 | 350.06 | 0.63 | 0.49 |
| Hex | CC | 2F | 49 | 0 | 4D | 40 | 14 | 15E | 3F | 31 |
| Octal | 314 | 57 | 111 | 0 | 115 | 100 | 24 | 536 | 77 | 61 |
| Binary | 11001100 | 101111 | 1001001 | 0 | 1001101 | 1000000 | 10100 | 101011110 | 111111 | 110001 |
Color Harmonies of #CC2F49
Complementary color
Monochromatic Colors of #CC2F49
Black with #CC2F49
Text Example
Text Example
White with #CC2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F49; }
p { color: rgb(204,47,73); }
H1.HeaderClassName
{
color: #CC2F49;
}
.AnyTagClassName
{
color: #CC2F49;
}
</style>
background-color css
<style>
a { background-color: #CC2F49; }
a { background-color: rgb(204,47,73); }
div.DivClassName
{
background-color: #CC2F49;
}
.BgClassName
{
background-color: #CC2F49;
}
</style>
border-color css
<style>
span { border-color: #CC2F49; }
span { border-color: rgb(204,47,73); }
td.TdClassName
{
border-color: #CC2F49;
}
.TagClassName
{
border-color: #CC2F49;
}
</style>