Shades of Brick Red #C53547
Tints of Brick Red #C53547
RGB
CMYK
RGB Variations
Color information
#C53547 (or 0xC53547) is known color: Brick Red. HEX triplet: C5, 35 and 47. RGB value is (197,53,71). Sum of RGB (Red+Green+Blue) = 197+53+71=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C53547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53547 is #3ACAB8. Grayscale: #626262. Windows color (decimal): -3852985 or 4666821. OLE color: 4666821.
HSL color Cylindrical-coordinate representation of color #C53547: hue angle of 352.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53547 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 71 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.23 |
| HSL | 352.5º | 0.58% | 0.49% | - |
| HSV(B) | 352.5º | 0.73% | 0.77% | - |
| XYZ | 25.44 | 14.87 | 7.49 | - |
| YUV | 98.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 71 | 0 | 0.73 | 0.64 | 0.23 | 352.5 | 0.58 | 0.49 |
| Hex | C5 | 35 | 47 | 0 | 49 | 40 | 17 | 160 | 3A | 31 |
| Octal | 305 | 65 | 107 | 0 | 111 | 100 | 27 | 540 | 72 | 61 |
| Binary | 11000101 | 110101 | 1000111 | 0 | 1001001 | 1000000 | 10111 | 101100000 | 111010 | 110001 |
Color Harmonies of #C53547
Complementary color
Monochromatic Colors of #C53547
Black with #C53547
Text Example
Text Example
White with #C53547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53547; }
p { color: rgb(197,53,71); }
H1.HeaderClassName
{
color: #C53547;
}
.AnyTagClassName
{
color: #C53547;
}
</style>
background-color css
<style>
a { background-color: #C53547; }
a { background-color: rgb(197,53,71); }
div.DivClassName
{
background-color: #C53547;
}
.BgClassName
{
background-color: #C53547;
}
</style>
border-color css
<style>
span { border-color: #C53547; }
span { border-color: rgb(197,53,71); }
td.TdClassName
{
border-color: #C53547;
}
.TagClassName
{
border-color: #C53547;
}
</style>