Shades of Brick Red #CC3248
Tints of Brick Red #CC3248
RGB
CMYK
RGB Variations
Color information
#CC3248 (or 0xCC3248) is known color: Brick Red. HEX triplet: CC, 32 and 48. RGB value is (204,50,72). Sum of RGB (Red+Green+Blue) = 204+50+72=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3248 is #33CDB7. Grayscale: #626262. Windows color (decimal): -3395000 or 4731596. OLE color: 4731596.
HSL color Cylindrical-coordinate representation of color #CC3248: hue angle of 351.43º degrees, saturation: 0.61, 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 #CC3248 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 72 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.2 |
| HSL | 351.43º | 0.61% | 0.5% | - |
| HSV(B) | 351.43º | 0.75% | 0.8% | - |
| XYZ | 27.21 | 15.59 | 7.71 | - |
| YUV | 98.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 72 | 0 | 0.75 | 0.65 | 0.2 | 351.43 | 0.61 | 0.5 |
| Hex | CC | 32 | 48 | 0 | 4B | 41 | 14 | 15F | 3D | 32 |
| Octal | 314 | 62 | 110 | 0 | 113 | 101 | 24 | 537 | 75 | 62 |
| Binary | 11001100 | 110010 | 1001000 | 0 | 1001011 | 1000001 | 10100 | 101011111 | 111101 | 110010 |
Color Harmonies of #CC3248
Complementary color
Monochromatic Colors of #CC3248
Black with #CC3248
Text Example
Text Example
White with #CC3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3248; }
p { color: rgb(204,50,72); }
H1.HeaderClassName
{
color: #CC3248;
}
.AnyTagClassName
{
color: #CC3248;
}
</style>
background-color css
<style>
a { background-color: #CC3248; }
a { background-color: rgb(204,50,72); }
div.DivClassName
{
background-color: #CC3248;
}
.BgClassName
{
background-color: #CC3248;
}
</style>
border-color css
<style>
span { border-color: #CC3248; }
span { border-color: rgb(204,50,72); }
td.TdClassName
{
border-color: #CC3248;
}
.TagClassName
{
border-color: #CC3248;
}
</style>