Shades of Brick Red #CC344A
Tints of Brick Red #CC344A
RGB
CMYK
RGB Variations
Color information
#CC344A (or 0xCC344A) is known color: Brick Red. HEX triplet: CC, 34 and 4A. RGB value is (204,52,74). Sum of RGB (Red+Green+Blue) = 204+52+74=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC344A is #33CBB5. Grayscale: #646464. Windows color (decimal): -3394486 or 4863180. OLE color: 4863180.
HSL color Cylindrical-coordinate representation of color #CC344A: hue angle of 351.32º 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 #CC344A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 74 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.2 |
| HSL | 351.32º | 0.6% | 0.5% | - |
| HSV(B) | 351.32º | 0.75% | 0.8% | - |
| XYZ | 27.37 | 15.79 | 8.08 | - |
| YUV | 99.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 74 | 0 | 0.75 | 0.64 | 0.2 | 351.32 | 0.6 | 0.5 |
| Hex | CC | 34 | 4A | 0 | 4B | 40 | 14 | 15F | 3C | 32 |
| Octal | 314 | 64 | 112 | 0 | 113 | 100 | 24 | 537 | 74 | 62 |
| Binary | 11001100 | 110100 | 1001010 | 0 | 1001011 | 1000000 | 10100 | 101011111 | 111100 | 110010 |
Color Harmonies of #CC344A
Complementary color
Monochromatic Colors of #CC344A
Black with #CC344A
Text Example
Text Example
White with #CC344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC344A; }
p { color: rgb(204,52,74); }
H1.HeaderClassName
{
color: #CC344A;
}
.AnyTagClassName
{
color: #CC344A;
}
</style>
background-color css
<style>
a { background-color: #CC344A; }
a { background-color: rgb(204,52,74); }
div.DivClassName
{
background-color: #CC344A;
}
.BgClassName
{
background-color: #CC344A;
}
</style>
border-color css
<style>
span { border-color: #CC344A; }
span { border-color: rgb(204,52,74); }
td.TdClassName
{
border-color: #CC344A;
}
.TagClassName
{
border-color: #CC344A;
}
</style>