Shades of Brick Red #C52C47
Tints of Brick Red #C52C47
RGB
CMYK
RGB Variations
Color information
#C52C47 (or 0xC52C47) is known color: Brick Red. HEX triplet: C5, 2C and 47. RGB value is (197,44,71). Sum of RGB (Red+Green+Blue) = 197+44+71=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C47 is #3AD3B8. Grayscale: #5C5C5C. Windows color (decimal): -3855289 or 4664517. OLE color: 4664517.
HSL color Cylindrical-coordinate representation of color #C52C47: hue angle of 349.41º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C47 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 71 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.23 |
| HSL | 349.41º | 0.63% | 0.47% | - |
| HSV(B) | 349.41º | 0.78% | 0.77% | - |
| XYZ | 25.06 | 14.13 | 7.37 | - |
| YUV | 92.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 71 | 0 | 0.78 | 0.64 | 0.23 | 349.41 | 0.63 | 0.47 |
| Hex | C5 | 2C | 47 | 0 | 4E | 40 | 17 | 15D | 3F | 2F |
| Octal | 305 | 54 | 107 | 0 | 116 | 100 | 27 | 535 | 77 | 57 |
| Binary | 11000101 | 101100 | 1000111 | 0 | 1001110 | 1000000 | 10111 | 101011101 | 111111 | 101111 |
Color Harmonies of #C52C47
Complementary color
Monochromatic Colors of #C52C47
Black with #C52C47
Text Example
Text Example
White with #C52C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C47; }
p { color: rgb(197,44,71); }
H1.HeaderClassName
{
color: #C52C47;
}
.AnyTagClassName
{
color: #C52C47;
}
</style>
background-color css
<style>
a { background-color: #C52C47; }
a { background-color: rgb(197,44,71); }
div.DivClassName
{
background-color: #C52C47;
}
.BgClassName
{
background-color: #C52C47;
}
</style>
border-color css
<style>
span { border-color: #C52C47; }
span { border-color: rgb(197,44,71); }
td.TdClassName
{
border-color: #C52C47;
}
.TagClassName
{
border-color: #C52C47;
}
</style>