Shades of Brick Red #CC344C
Tints of Brick Red #CC344C
RGB
CMYK
RGB Variations
Color information
#CC344C (or 0xCC344C) is known color: Brick Red. HEX triplet: CC, 34 and 4C. RGB value is (204,52,76). Sum of RGB (Red+Green+Blue) = 204+52+76=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC344C is #33CBB3. Grayscale: #646464. Windows color (decimal): -3394484 or 4994252. OLE color: 4994252.
HSL color Cylindrical-coordinate representation of color #CC344C: hue angle of 350.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC344C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 76 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.2 |
| HSL | 350.53º | 0.6% | 0.5% | - |
| HSV(B) | 350.53º | 0.75% | 0.8% | - |
| XYZ | 27.43 | 15.82 | 8.44 | - |
| YUV | 100.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 76 | 0 | 0.75 | 0.63 | 0.2 | 350.53 | 0.6 | 0.5 |
| Hex | CC | 34 | 4C | 0 | 4B | 3F | 14 | 15F | 3C | 32 |
| Octal | 314 | 64 | 114 | 0 | 113 | 77 | 24 | 537 | 74 | 62 |
| Binary | 11001100 | 110100 | 1001100 | 0 | 1001011 | 111111 | 10100 | 101011111 | 111100 | 110010 |
Color Harmonies of #CC344C
Complementary color
Monochromatic Colors of #CC344C
Black with #CC344C
Text Example
Text Example
White with #CC344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC344C; }
p { color: rgb(204,52,76); }
H1.HeaderClassName
{
color: #CC344C;
}
.AnyTagClassName
{
color: #CC344C;
}
</style>
background-color css
<style>
a { background-color: #CC344C; }
a { background-color: rgb(204,52,76); }
div.DivClassName
{
background-color: #CC344C;
}
.BgClassName
{
background-color: #CC344C;
}
</style>
border-color css
<style>
span { border-color: #CC344C; }
span { border-color: rgb(204,52,76); }
td.TdClassName
{
border-color: #CC344C;
}
.TagClassName
{
border-color: #CC344C;
}
</style>