Shades of Brick Red #CC2A47
Tints of Brick Red #CC2A47
RGB
CMYK
RGB Variations
Color information
#CC2A47 (or 0xCC2A47) is known color: Brick Red. HEX triplet: CC, 2A and 47. RGB value is (204,42,71). Sum of RGB (Red+Green+Blue) = 204+42+71=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A47 is #33D5B8. Grayscale: #5D5D5D. Windows color (decimal): -3397049 or 4664012. OLE color: 4664012.
HSL color Cylindrical-coordinate representation of color #CC2A47: hue angle of 349.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2A47 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 71 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.2 |
| HSL | 349.26º | 0.66% | 0.48% | - |
| HSV(B) | 349.26º | 0.79% | 0.8% | - |
| XYZ | 26.87 | 14.95 | 7.43 | - |
| YUV | 93.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 71 | 0 | 0.79 | 0.65 | 0.2 | 349.26 | 0.66 | 0.48 |
| Hex | CC | 2A | 47 | 0 | 4F | 41 | 14 | 15D | 42 | 30 |
| Octal | 314 | 52 | 107 | 0 | 117 | 101 | 24 | 535 | 102 | 60 |
| Binary | 11001100 | 101010 | 1000111 | 0 | 1001111 | 1000001 | 10100 | 101011101 | 1000010 | 110000 |
Color Harmonies of #CC2A47
Complementary color
Monochromatic Colors of #CC2A47
Black with #CC2A47
Text Example
Text Example
White with #CC2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A47; }
p { color: rgb(204,42,71); }
H1.HeaderClassName
{
color: #CC2A47;
}
.AnyTagClassName
{
color: #CC2A47;
}
</style>
background-color css
<style>
a { background-color: #CC2A47; }
a { background-color: rgb(204,42,71); }
div.DivClassName
{
background-color: #CC2A47;
}
.BgClassName
{
background-color: #CC2A47;
}
</style>
border-color css
<style>
span { border-color: #CC2A47; }
span { border-color: rgb(204,42,71); }
td.TdClassName
{
border-color: #CC2A47;
}
.TagClassName
{
border-color: #CC2A47;
}
</style>