Shades of Brick Red #CC3140
Tints of Brick Red #CC3140
RGB
CMYK
RGB Variations
Color information
#CC3140 (or 0xCC3140) is known color: Brick Red. HEX triplet: CC, 31 and 40. RGB value is (204,49,64). Sum of RGB (Red+Green+Blue) = 204+49+64=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3140 is #33CEBF. Grayscale: #616161. Windows color (decimal): -3395264 or 4207052. OLE color: 4207052.
HSL color Cylindrical-coordinate representation of color #CC3140: hue angle of 354.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3140 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 64 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.2 |
| HSL | 354.19º | 0.61% | 0.5% | - |
| HSV(B) | 354.19º | 0.76% | 0.8% | - |
| XYZ | 26.93 | 15.4 | 6.4 | - |
| YUV | 97.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 64 | 0 | 0.76 | 0.69 | 0.2 | 354.19 | 0.61 | 0.5 |
| Hex | CC | 31 | 40 | 0 | 4C | 45 | 14 | 162 | 3D | 32 |
| Octal | 314 | 61 | 100 | 0 | 114 | 105 | 24 | 542 | 75 | 62 |
| Binary | 11001100 | 110001 | 1000000 | 0 | 1001100 | 1000101 | 10100 | 101100010 | 111101 | 110010 |
Color Harmonies of #CC3140
Complementary color
Monochromatic Colors of #CC3140
Black with #CC3140
Text Example
Text Example
White with #CC3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3140; }
p { color: rgb(204,49,64); }
H1.HeaderClassName
{
color: #CC3140;
}
.AnyTagClassName
{
color: #CC3140;
}
</style>
background-color css
<style>
a { background-color: #CC3140; }
a { background-color: rgb(204,49,64); }
div.DivClassName
{
background-color: #CC3140;
}
.BgClassName
{
background-color: #CC3140;
}
</style>
border-color css
<style>
span { border-color: #CC3140; }
span { border-color: rgb(204,49,64); }
td.TdClassName
{
border-color: #CC3140;
}
.TagClassName
{
border-color: #CC3140;
}
</style>