Shades of Brick Red #C53240
Tints of Brick Red #C53240
RGB
CMYK
RGB Variations
Color information
#C53240 (or 0xC53240) is known color: Brick Red. HEX triplet: C5, 32 and 40. RGB value is (197,50,64). Sum of RGB (Red+Green+Blue) = 197+50+64=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C53240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53240 is #3ACDBF. Grayscale: #5F5F5F. Windows color (decimal): -3853760 or 4207301. OLE color: 4207301.
HSL color Cylindrical-coordinate representation of color #C53240: hue angle of 354.29º 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 #C53240 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 64 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.23 |
| HSL | 354.29º | 0.6% | 0.48% | - |
| HSV(B) | 354.29º | 0.75% | 0.77% | - |
| XYZ | 25.09 | 14.52 | 6.33 | - |
| YUV | 95.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 64 | 0 | 0.75 | 0.68 | 0.23 | 354.29 | 0.6 | 0.48 |
| Hex | C5 | 32 | 40 | 0 | 4B | 44 | 17 | 162 | 3C | 30 |
| Octal | 305 | 62 | 100 | 0 | 113 | 104 | 27 | 542 | 74 | 60 |
| Binary | 11000101 | 110010 | 1000000 | 0 | 1001011 | 1000100 | 10111 | 101100010 | 111100 | 110000 |
Color Harmonies of #C53240
Complementary color
Monochromatic Colors of #C53240
Black with #C53240
Text Example
Text Example
White with #C53240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53240; }
p { color: rgb(197,50,64); }
H1.HeaderClassName
{
color: #C53240;
}
.AnyTagClassName
{
color: #C53240;
}
</style>
background-color css
<style>
a { background-color: #C53240; }
a { background-color: rgb(197,50,64); }
div.DivClassName
{
background-color: #C53240;
}
.BgClassName
{
background-color: #C53240;
}
</style>
border-color css
<style>
span { border-color: #C53240; }
span { border-color: rgb(197,50,64); }
td.TdClassName
{
border-color: #C53240;
}
.TagClassName
{
border-color: #C53240;
}
</style>