Shades of Brick Red #CC3D47
Tints of Brick Red #CC3D47
RGB
CMYK
RGB Variations
Color information
#CC3D47 (or 0xCC3D47) is known color: Brick Red. HEX triplet: CC, 3D and 47. RGB value is (204,61,71). Sum of RGB (Red+Green+Blue) = 204+61+71=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D47 is #33C2B8. Grayscale: #696969. Windows color (decimal): -3392185 or 4668876. OLE color: 4668876.
HSL color Cylindrical-coordinate representation of color #CC3D47: hue angle of 355.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3D47 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 71 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.2 |
| HSL | 355.8º | 0.58% | 0.52% | - |
| HSV(B) | 355.8º | 0.7% | 0.8% | - |
| XYZ | 27.71 | 16.63 | 7.71 | - |
| YUV | 104.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 71 | 0 | 0.70 | 0.65 | 0.2 | 355.8 | 0.58 | 0.52 |
| Hex | CC | 3D | 47 | 0 | 46 | 41 | 14 | 164 | 3A | 34 |
| Octal | 314 | 75 | 107 | 0 | 106 | 101 | 24 | 544 | 72 | 64 |
| Binary | 11001100 | 111101 | 1000111 | 0 | 1000110 | 1000001 | 10100 | 101100100 | 111010 | 110100 |
Color Harmonies of #CC3D47
Complementary color
Monochromatic Colors of #CC3D47
Black with #CC3D47
Text Example
Text Example
White with #CC3D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D47; }
p { color: rgb(204,61,71); }
H1.HeaderClassName
{
color: #CC3D47;
}
.AnyTagClassName
{
color: #CC3D47;
}
</style>
background-color css
<style>
a { background-color: #CC3D47; }
a { background-color: rgb(204,61,71); }
div.DivClassName
{
background-color: #CC3D47;
}
.BgClassName
{
background-color: #CC3D47;
}
</style>
border-color css
<style>
span { border-color: #CC3D47; }
span { border-color: rgb(204,61,71); }
td.TdClassName
{
border-color: #CC3D47;
}
.TagClassName
{
border-color: #CC3D47;
}
</style>