Shades of Brick Red #C53747
Tints of Brick Red #C53747
RGB
CMYK
RGB Variations
Color information
#C53747 (or 0xC53747) is known color: Brick Red. HEX triplet: C5, 37 and 47. RGB value is (197,55,71). Sum of RGB (Red+Green+Blue) = 197+55+71=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C53747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53747 is #3AC8B8. Grayscale: #636363. Windows color (decimal): -3852473 or 4667333. OLE color: 4667333.
HSL color Cylindrical-coordinate representation of color #C53747: hue angle of 353.24º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53747 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 71 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.23 |
| HSL | 353.24º | 0.56% | 0.49% | - |
| HSV(B) | 353.24º | 0.72% | 0.77% | - |
| XYZ | 25.53 | 15.06 | 7.52 | - |
| YUV | 99.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 71 | 0 | 0.72 | 0.64 | 0.23 | 353.24 | 0.56 | 0.49 |
| Hex | C5 | 37 | 47 | 0 | 48 | 40 | 17 | 161 | 38 | 31 |
| Octal | 305 | 67 | 107 | 0 | 110 | 100 | 27 | 541 | 70 | 61 |
| Binary | 11000101 | 110111 | 1000111 | 0 | 1001000 | 1000000 | 10111 | 101100001 | 111000 | 110001 |
Color Harmonies of #C53747
Complementary color
Monochromatic Colors of #C53747
Black with #C53747
Text Example
Text Example
White with #C53747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53747; }
p { color: rgb(197,55,71); }
H1.HeaderClassName
{
color: #C53747;
}
.AnyTagClassName
{
color: #C53747;
}
</style>
background-color css
<style>
a { background-color: #C53747; }
a { background-color: rgb(197,55,71); }
div.DivClassName
{
background-color: #C53747;
}
.BgClassName
{
background-color: #C53747;
}
</style>
border-color css
<style>
span { border-color: #C53747; }
span { border-color: rgb(197,55,71); }
td.TdClassName
{
border-color: #C53747;
}
.TagClassName
{
border-color: #C53747;
}
</style>