Shades of Brick Red #CC3C47
Tints of Brick Red #CC3C47
RGB
CMYK
RGB Variations
Color information
#CC3C47 (or 0xCC3C47) is known color: Brick Red. HEX triplet: CC, 3C and 47. RGB value is (204,60,71). Sum of RGB (Red+Green+Blue) = 204+60+71=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C47 is #33C3B8. Grayscale: #686868. Windows color (decimal): -3392441 or 4668620. OLE color: 4668620.
HSL color Cylindrical-coordinate representation of color #CC3C47: hue angle of 355.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3C47 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 71 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.2 |
| HSL | 355.42º | 0.59% | 0.52% | - |
| HSV(B) | 355.42º | 0.71% | 0.8% | - |
| XYZ | 27.66 | 16.52 | 7.69 | - |
| YUV | 104.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 71 | 0 | 0.71 | 0.65 | 0.2 | 355.42 | 0.59 | 0.52 |
| Hex | CC | 3C | 47 | 0 | 47 | 41 | 14 | 163 | 3B | 34 |
| Octal | 314 | 74 | 107 | 0 | 107 | 101 | 24 | 543 | 73 | 64 |
| Binary | 11001100 | 111100 | 1000111 | 0 | 1000111 | 1000001 | 10100 | 101100011 | 111011 | 110100 |
Color Harmonies of #CC3C47
Complementary color
Monochromatic Colors of #CC3C47
Black with #CC3C47
Text Example
Text Example
White with #CC3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C47; }
p { color: rgb(204,60,71); }
H1.HeaderClassName
{
color: #CC3C47;
}
.AnyTagClassName
{
color: #CC3C47;
}
</style>
background-color css
<style>
a { background-color: #CC3C47; }
a { background-color: rgb(204,60,71); }
div.DivClassName
{
background-color: #CC3C47;
}
.BgClassName
{
background-color: #CC3C47;
}
</style>
border-color css
<style>
span { border-color: #CC3C47; }
span { border-color: rgb(204,60,71); }
td.TdClassName
{
border-color: #CC3C47;
}
.TagClassName
{
border-color: #CC3C47;
}
</style>