Shades of Brick Red #CC3847
Tints of Brick Red #CC3847
RGB
CMYK
RGB Variations
Color information
#CC3847 (or 0xCC3847) is known color: Brick Red. HEX triplet: CC, 38 and 47. RGB value is (204,56,71). Sum of RGB (Red+Green+Blue) = 204+56+71=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3847 is #33C7B8. Grayscale: #666666. Windows color (decimal): -3393465 or 4667596. OLE color: 4667596.
HSL color Cylindrical-coordinate representation of color #CC3847: hue angle of 353.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3847 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 71 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.2 |
| HSL | 353.92º | 0.59% | 0.51% | - |
| HSV(B) | 353.92º | 0.73% | 0.8% | - |
| XYZ | 27.45 | 16.12 | 7.63 | - |
| YUV | 101.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 71 | 0 | 0.73 | 0.65 | 0.2 | 353.92 | 0.59 | 0.51 |
| Hex | CC | 38 | 47 | 0 | 49 | 41 | 14 | 162 | 3B | 33 |
| Octal | 314 | 70 | 107 | 0 | 111 | 101 | 24 | 542 | 73 | 63 |
| Binary | 11001100 | 111000 | 1000111 | 0 | 1001001 | 1000001 | 10100 | 101100010 | 111011 | 110011 |
Color Harmonies of #CC3847
Complementary color
Monochromatic Colors of #CC3847
Black with #CC3847
Text Example
Text Example
White with #CC3847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3847; }
p { color: rgb(204,56,71); }
H1.HeaderClassName
{
color: #CC3847;
}
.AnyTagClassName
{
color: #CC3847;
}
</style>
background-color css
<style>
a { background-color: #CC3847; }
a { background-color: rgb(204,56,71); }
div.DivClassName
{
background-color: #CC3847;
}
.BgClassName
{
background-color: #CC3847;
}
</style>
border-color css
<style>
span { border-color: #CC3847; }
span { border-color: rgb(204,56,71); }
td.TdClassName
{
border-color: #CC3847;
}
.TagClassName
{
border-color: #CC3847;
}
</style>