Shades of Brick Red #CC313E
Tints of Brick Red #CC313E
RGB
CMYK
RGB Variations
Color information
#CC313E (or 0xCC313E) is known color: Brick Red. HEX triplet: CC, 31 and 3E. RGB value is (204,49,62). Sum of RGB (Red+Green+Blue) = 204+49+62=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC313E is #33CEC1. Grayscale: #606060. Windows color (decimal): -3395266 or 4075980. OLE color: 4075980.
HSL color Cylindrical-coordinate representation of color #CC313E: hue angle of 354.97º 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 #CC313E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 62 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.2 |
| HSL | 354.97º | 0.61% | 0.5% | - |
| HSV(B) | 354.97º | 0.76% | 0.8% | - |
| XYZ | 26.87 | 15.38 | 6.11 | - |
| YUV | 96.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 62 | 0 | 0.76 | 0.70 | 0.2 | 354.97 | 0.61 | 0.5 |
| Hex | CC | 31 | 3E | 0 | 4C | 46 | 14 | 163 | 3D | 32 |
| Octal | 314 | 61 | 76 | 0 | 114 | 106 | 24 | 543 | 75 | 62 |
| Binary | 11001100 | 110001 | 111110 | 0 | 1001100 | 1000110 | 10100 | 101100011 | 111101 | 110010 |
Color Harmonies of #CC313E
Complementary color
Monochromatic Colors of #CC313E
Black with #CC313E
Text Example
Text Example
White with #CC313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC313E; }
p { color: rgb(204,49,62); }
H1.HeaderClassName
{
color: #CC313E;
}
.AnyTagClassName
{
color: #CC313E;
}
</style>
background-color css
<style>
a { background-color: #CC313E; }
a { background-color: rgb(204,49,62); }
div.DivClassName
{
background-color: #CC313E;
}
.BgClassName
{
background-color: #CC313E;
}
</style>
border-color css
<style>
span { border-color: #CC313E; }
span { border-color: rgb(204,49,62); }
td.TdClassName
{
border-color: #CC313E;
}
.TagClassName
{
border-color: #CC313E;
}
</style>