Shades of Brick Red #CC2749
Tints of Brick Red #CC2749
RGB
CMYK
RGB Variations
Color information
#CC2749 (or 0xCC2749) is known color: Brick Red. HEX triplet: CC, 27 and 49. RGB value is (204,39,73). Sum of RGB (Red+Green+Blue) = 204+39+73=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2749 is #33D8B6. Grayscale: #5C5C5C. Windows color (decimal): -3397815 or 4794316. OLE color: 4794316.
HSL color Cylindrical-coordinate representation of color #CC2749: hue angle of 347.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2749 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 73 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.2 |
| HSL | 347.64º | 0.68% | 0.48% | - |
| HSV(B) | 347.64º | 0.81% | 0.8% | - |
| XYZ | 26.83 | 14.77 | 7.74 | - |
| YUV | 92.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 73 | 0 | 0.81 | 0.64 | 0.2 | 347.64 | 0.68 | 0.48 |
| Hex | CC | 27 | 49 | 0 | 51 | 40 | 14 | 15C | 44 | 30 |
| Octal | 314 | 47 | 111 | 0 | 121 | 100 | 24 | 534 | 104 | 60 |
| Binary | 11001100 | 100111 | 1001001 | 0 | 1010001 | 1000000 | 10100 | 101011100 | 1000100 | 110000 |
Color Harmonies of #CC2749
Complementary color
Monochromatic Colors of #CC2749
Black with #CC2749
Text Example
Text Example
White with #CC2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2749; }
p { color: rgb(204,39,73); }
H1.HeaderClassName
{
color: #CC2749;
}
.AnyTagClassName
{
color: #CC2749;
}
</style>
background-color css
<style>
a { background-color: #CC2749; }
a { background-color: rgb(204,39,73); }
div.DivClassName
{
background-color: #CC2749;
}
.BgClassName
{
background-color: #CC2749;
}
</style>
border-color css
<style>
span { border-color: #CC2749; }
span { border-color: rgb(204,39,73); }
td.TdClassName
{
border-color: #CC2749;
}
.TagClassName
{
border-color: #CC2749;
}
</style>