Shades of Brick Red #CC344B
Tints of Brick Red #CC344B
RGB
CMYK
RGB Variations
Color information
#CC344B (or 0xCC344B) is known color: Brick Red. HEX triplet: CC, 34 and 4B. RGB value is (204,52,75). Sum of RGB (Red+Green+Blue) = 204+52+75=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC344B is #33CBB4. Grayscale: #646464. Windows color (decimal): -3394485 or 4928716. OLE color: 4928716.
HSL color Cylindrical-coordinate representation of color #CC344B: hue angle of 350.92º 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 #CC344B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 75 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.2 |
| HSL | 350.92º | 0.6% | 0.5% | - |
| HSV(B) | 350.92º | 0.75% | 0.8% | - |
| XYZ | 27.4 | 15.8 | 8.26 | - |
| YUV | 100.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 75 | 0 | 0.75 | 0.63 | 0.2 | 350.92 | 0.6 | 0.5 |
| Hex | CC | 34 | 4B | 0 | 4B | 3F | 14 | 15F | 3C | 32 |
| Octal | 314 | 64 | 113 | 0 | 113 | 77 | 24 | 537 | 74 | 62 |
| Binary | 11001100 | 110100 | 1001011 | 0 | 1001011 | 111111 | 10100 | 101011111 | 111100 | 110010 |
Color Harmonies of #CC344B
Complementary color
Monochromatic Colors of #CC344B
Black with #CC344B
Text Example
Text Example
White with #CC344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC344B; }
p { color: rgb(204,52,75); }
H1.HeaderClassName
{
color: #CC344B;
}
.AnyTagClassName
{
color: #CC344B;
}
</style>
background-color css
<style>
a { background-color: #CC344B; }
a { background-color: rgb(204,52,75); }
div.DivClassName
{
background-color: #CC344B;
}
.BgClassName
{
background-color: #CC344B;
}
</style>
border-color css
<style>
span { border-color: #CC344B; }
span { border-color: rgb(204,52,75); }
td.TdClassName
{
border-color: #CC344B;
}
.TagClassName
{
border-color: #CC344B;
}
</style>