Shades of Brick Red #C52F48
Tints of Brick Red #C52F48
RGB
CMYK
RGB Variations
Color information
#C52F48 (or 0xC52F48) is known color: Brick Red. HEX triplet: C5, 2F and 48. RGB value is (197,47,72). Sum of RGB (Red+Green+Blue) = 197+47+72=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F48 is #3AD0B7. Grayscale: #5E5E5E. Windows color (decimal): -3854520 or 4730821. OLE color: 4730821.
HSL color Cylindrical-coordinate representation of color #C52F48: hue angle of 350º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52F48 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 72 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.23 |
| HSL | 350º | 0.61% | 0.48% | - |
| HSV(B) | 350º | 0.76% | 0.77% | - |
| XYZ | 25.21 | 14.37 | 7.58 | - |
| YUV | 94.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 72 | 0 | 0.76 | 0.63 | 0.23 | 350 | 0.61 | 0.48 |
| Hex | C5 | 2F | 48 | 0 | 4C | 3F | 17 | 15E | 3D | 30 |
| Octal | 305 | 57 | 110 | 0 | 114 | 77 | 27 | 536 | 75 | 60 |
| Binary | 11000101 | 101111 | 1001000 | 0 | 1001100 | 111111 | 10111 | 101011110 | 111101 | 110000 |
Color Harmonies of #C52F48
Complementary color
Monochromatic Colors of #C52F48
Black with #C52F48
Text Example
Text Example
White with #C52F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F48; }
p { color: rgb(197,47,72); }
H1.HeaderClassName
{
color: #C52F48;
}
.AnyTagClassName
{
color: #C52F48;
}
</style>
background-color css
<style>
a { background-color: #C52F48; }
a { background-color: rgb(197,47,72); }
div.DivClassName
{
background-color: #C52F48;
}
.BgClassName
{
background-color: #C52F48;
}
</style>
border-color css
<style>
span { border-color: #C52F48; }
span { border-color: rgb(197,47,72); }
td.TdClassName
{
border-color: #C52F48;
}
.TagClassName
{
border-color: #C52F48;
}
</style>