Shades of Brick Red #C53247
Tints of Brick Red #C53247
RGB
CMYK
RGB Variations
Color information
#C53247 (or 0xC53247) is known color: Brick Red. HEX triplet: C5, 32 and 47. RGB value is (197,50,71). Sum of RGB (Red+Green+Blue) = 197+50+71=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53247 is #3ACDB8. Grayscale: #606060. Windows color (decimal): -3853753 or 4666053. OLE color: 4666053.
HSL color Cylindrical-coordinate representation of color #C53247: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53247 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 71 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.23 |
| HSL | 351.43º | 0.6% | 0.48% | - |
| HSV(B) | 351.43º | 0.75% | 0.77% | - |
| XYZ | 25.3 | 14.61 | 7.45 | - |
| YUV | 96.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 71 | 0 | 0.75 | 0.64 | 0.23 | 351.43 | 0.6 | 0.48 |
| Hex | C5 | 32 | 47 | 0 | 4B | 40 | 17 | 15F | 3C | 30 |
| Octal | 305 | 62 | 107 | 0 | 113 | 100 | 27 | 537 | 74 | 60 |
| Binary | 11000101 | 110010 | 1000111 | 0 | 1001011 | 1000000 | 10111 | 101011111 | 111100 | 110000 |
Color Harmonies of #C53247
Complementary color
Monochromatic Colors of #C53247
Black with #C53247
Text Example
Text Example
White with #C53247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53247; }
p { color: rgb(197,50,71); }
H1.HeaderClassName
{
color: #C53247;
}
.AnyTagClassName
{
color: #C53247;
}
</style>
background-color css
<style>
a { background-color: #C53247; }
a { background-color: rgb(197,50,71); }
div.DivClassName
{
background-color: #C53247;
}
.BgClassName
{
background-color: #C53247;
}
</style>
border-color css
<style>
span { border-color: #C53247; }
span { border-color: rgb(197,50,71); }
td.TdClassName
{
border-color: #C53247;
}
.TagClassName
{
border-color: #C53247;
}
</style>