Shades of Brick Red #C53141
Tints of Brick Red #C53141
RGB
CMYK
RGB Variations
Color information
#C53141 (or 0xC53141) is known color: Brick Red. HEX triplet: C5, 31 and 41. RGB value is (197,49,65). Sum of RGB (Red+Green+Blue) = 197+49+65=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C53141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53141 is #3ACEBE. Grayscale: #5F5F5F. Windows color (decimal): -3854015 or 4272581. OLE color: 4272581.
HSL color Cylindrical-coordinate representation of color #C53141: hue angle of 353.51º 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 #C53141 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 65 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.23 |
| HSL | 353.51º | 0.6% | 0.48% | - |
| HSV(B) | 353.51º | 0.75% | 0.77% | - |
| XYZ | 25.08 | 14.45 | 6.47 | - |
| YUV | 95.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 65 | 0 | 0.75 | 0.67 | 0.23 | 353.51 | 0.6 | 0.48 |
| Hex | C5 | 31 | 41 | 0 | 4B | 43 | 17 | 162 | 3C | 30 |
| Octal | 305 | 61 | 101 | 0 | 113 | 103 | 27 | 542 | 74 | 60 |
| Binary | 11000101 | 110001 | 1000001 | 0 | 1001011 | 1000011 | 10111 | 101100010 | 111100 | 110000 |
Color Harmonies of #C53141
Complementary color
Monochromatic Colors of #C53141
Black with #C53141
Text Example
Text Example
White with #C53141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53141; }
p { color: rgb(197,49,65); }
H1.HeaderClassName
{
color: #C53141;
}
.AnyTagClassName
{
color: #C53141;
}
</style>
background-color css
<style>
a { background-color: #C53141; }
a { background-color: rgb(197,49,65); }
div.DivClassName
{
background-color: #C53141;
}
.BgClassName
{
background-color: #C53141;
}
</style>
border-color css
<style>
span { border-color: #C53141; }
span { border-color: rgb(197,49,65); }
td.TdClassName
{
border-color: #C53141;
}
.TagClassName
{
border-color: #C53141;
}
</style>