Shades of Brick Red #CC2945
Tints of Brick Red #CC2945
RGB
CMYK
RGB Variations
Color information
#CC2945 (or 0xCC2945) is known color: Brick Red. HEX triplet: CC, 29 and 45. RGB value is (204,41,69). Sum of RGB (Red+Green+Blue) = 204+41+69=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2945 is #33D6BA. Grayscale: #5C5C5C. Windows color (decimal): -3397307 or 4532684. OLE color: 4532684.
HSL color Cylindrical-coordinate representation of color #CC2945: hue angle of 349.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2945 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 69 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.2 |
| HSL | 349.69º | 0.67% | 0.48% | - |
| HSV(B) | 349.69º | 0.8% | 0.8% | - |
| XYZ | 26.77 | 14.85 | 7.09 | - |
| YUV | 92.93 | 114.5 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 69 | 0 | 0.80 | 0.66 | 0.2 | 349.69 | 0.67 | 0.48 |
| Hex | CC | 29 | 45 | 0 | 50 | 42 | 14 | 15E | 43 | 30 |
| Octal | 314 | 51 | 105 | 0 | 120 | 102 | 24 | 536 | 103 | 60 |
| Binary | 11001100 | 101001 | 1000101 | 0 | 1010000 | 1000010 | 10100 | 101011110 | 1000011 | 110000 |
Color Harmonies of #CC2945
Complementary color
Monochromatic Colors of #CC2945
Black with #CC2945
Text Example
Text Example
White with #CC2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2945; }
p { color: rgb(204,41,69); }
H1.HeaderClassName
{
color: #CC2945;
}
.AnyTagClassName
{
color: #CC2945;
}
</style>
background-color css
<style>
a { background-color: #CC2945; }
a { background-color: rgb(204,41,69); }
div.DivClassName
{
background-color: #CC2945;
}
.BgClassName
{
background-color: #CC2945;
}
</style>
border-color css
<style>
span { border-color: #CC2945; }
span { border-color: rgb(204,41,69); }
td.TdClassName
{
border-color: #CC2945;
}
.TagClassName
{
border-color: #CC2945;
}
</style>