Shades of Brick Red #CC2944
Tints of Brick Red #CC2944
RGB
CMYK
RGB Variations
Color information
#CC2944 (or 0xCC2944) is known color: Brick Red. HEX triplet: CC, 29 and 44. RGB value is (204,41,68). Sum of RGB (Red+Green+Blue) = 204+41+68=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2944 is #33D6BB. Grayscale: #5C5C5C. Windows color (decimal): -3397308 or 4467148. OLE color: 4467148.
HSL color Cylindrical-coordinate representation of color #CC2944: hue angle of 350.06º 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 #CC2944 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 68 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.2 |
| HSL | 350.06º | 0.67% | 0.48% | - |
| HSV(B) | 350.06º | 0.8% | 0.8% | - |
| XYZ | 26.74 | 14.84 | 6.92 | - |
| YUV | 92.82 | 114 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 68 | 0 | 0.80 | 0.67 | 0.2 | 350.06 | 0.67 | 0.48 |
| Hex | CC | 29 | 44 | 0 | 50 | 43 | 14 | 15E | 43 | 30 |
| Octal | 314 | 51 | 104 | 0 | 120 | 103 | 24 | 536 | 103 | 60 |
| Binary | 11001100 | 101001 | 1000100 | 0 | 1010000 | 1000011 | 10100 | 101011110 | 1000011 | 110000 |
Color Harmonies of #CC2944
Complementary color
Monochromatic Colors of #CC2944
Black with #CC2944
Text Example
Text Example
White with #CC2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2944; }
p { color: rgb(204,41,68); }
H1.HeaderClassName
{
color: #CC2944;
}
.AnyTagClassName
{
color: #CC2944;
}
</style>
background-color css
<style>
a { background-color: #CC2944; }
a { background-color: rgb(204,41,68); }
div.DivClassName
{
background-color: #CC2944;
}
.BgClassName
{
background-color: #CC2944;
}
</style>
border-color css
<style>
span { border-color: #CC2944; }
span { border-color: rgb(204,41,68); }
td.TdClassName
{
border-color: #CC2944;
}
.TagClassName
{
border-color: #CC2944;
}
</style>