Shades of Brick Red #CC314A
Tints of Brick Red #CC314A
RGB
CMYK
RGB Variations
Color information
#CC314A (or 0xCC314A) is known color: Brick Red. HEX triplet: CC, 31 and 4A. RGB value is (204,49,74). Sum of RGB (Red+Green+Blue) = 204+49+74=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC314A is #33CEB5. Grayscale: #626262. Windows color (decimal): -3395254 or 4862412. OLE color: 4862412.
HSL color Cylindrical-coordinate representation of color #CC314A: hue angle of 350.32º 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 #CC314A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 74 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.2 |
| HSL | 350.32º | 0.61% | 0.5% | - |
| HSV(B) | 350.32º | 0.76% | 0.8% | - |
| XYZ | 27.24 | 15.53 | 8.04 | - |
| YUV | 98.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 74 | 0 | 0.76 | 0.64 | 0.2 | 350.32 | 0.61 | 0.5 |
| Hex | CC | 31 | 4A | 0 | 4C | 40 | 14 | 15E | 3D | 32 |
| Octal | 314 | 61 | 112 | 0 | 114 | 100 | 24 | 536 | 75 | 62 |
| Binary | 11001100 | 110001 | 1001010 | 0 | 1001100 | 1000000 | 10100 | 101011110 | 111101 | 110010 |
Color Harmonies of #CC314A
Complementary color
Monochromatic Colors of #CC314A
Black with #CC314A
Text Example
Text Example
White with #CC314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC314A; }
p { color: rgb(204,49,74); }
H1.HeaderClassName
{
color: #CC314A;
}
.AnyTagClassName
{
color: #CC314A;
}
</style>
background-color css
<style>
a { background-color: #CC314A; }
a { background-color: rgb(204,49,74); }
div.DivClassName
{
background-color: #CC314A;
}
.BgClassName
{
background-color: #CC314A;
}
</style>
border-color css
<style>
span { border-color: #CC314A; }
span { border-color: rgb(204,49,74); }
td.TdClassName
{
border-color: #CC314A;
}
.TagClassName
{
border-color: #CC314A;
}
</style>