Shades of Brick Red #C52944
Tints of Brick Red #C52944
RGB
CMYK
RGB Variations
Color information
#C52944 (or 0xC52944) is known color: Brick Red. HEX triplet: C5, 29 and 44. RGB value is (197,41,68). Sum of RGB (Red+Green+Blue) = 197+41+68=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C52944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52944 is #3AD6BB. Grayscale: #5A5A5A. Windows color (decimal): -3856060 or 4467141. OLE color: 4467141.
HSL color Cylindrical-coordinate representation of color #C52944: hue angle of 349.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52944 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 68 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.23 |
| HSL | 349.62º | 0.66% | 0.47% | - |
| HSV(B) | 349.62º | 0.79% | 0.77% | - |
| XYZ | 24.86 | 13.87 | 6.84 | - |
| YUV | 90.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 68 | 0 | 0.79 | 0.65 | 0.23 | 349.62 | 0.66 | 0.47 |
| Hex | C5 | 29 | 44 | 0 | 4F | 41 | 17 | 15E | 42 | 2F |
| Octal | 305 | 51 | 104 | 0 | 117 | 101 | 27 | 536 | 102 | 57 |
| Binary | 11000101 | 101001 | 1000100 | 0 | 1001111 | 1000001 | 10111 | 101011110 | 1000010 | 101111 |
Color Harmonies of #C52944
Complementary color
Monochromatic Colors of #C52944
Black with #C52944
Text Example
Text Example
White with #C52944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52944; }
p { color: rgb(197,41,68); }
H1.HeaderClassName
{
color: #C52944;
}
.AnyTagClassName
{
color: #C52944;
}
</style>
background-color css
<style>
a { background-color: #C52944; }
a { background-color: rgb(197,41,68); }
div.DivClassName
{
background-color: #C52944;
}
.BgClassName
{
background-color: #C52944;
}
</style>
border-color css
<style>
span { border-color: #C52944; }
span { border-color: rgb(197,41,68); }
td.TdClassName
{
border-color: #C52944;
}
.TagClassName
{
border-color: #C52944;
}
</style>