Shades of Brick Red #C52F44
Tints of Brick Red #C52F44
RGB
CMYK
RGB Variations
Color information
#C52F44 (or 0xC52F44) is known color: Brick Red. HEX triplet: C5, 2F and 44. RGB value is (197,47,68). Sum of RGB (Red+Green+Blue) = 197+47+68=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F44 is #3AD0BB. Grayscale: #5E5E5E. Windows color (decimal): -3854524 or 4468677. OLE color: 4468677.
HSL color Cylindrical-coordinate representation of color #C52F44: hue angle of 351.6º 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 #C52F44 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 68 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.23 |
| HSL | 351.6º | 0.61% | 0.48% | - |
| HSV(B) | 351.6º | 0.76% | 0.77% | - |
| XYZ | 25.09 | 14.32 | 6.91 | - |
| YUV | 94.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 68 | 0 | 0.76 | 0.65 | 0.23 | 351.6 | 0.61 | 0.48 |
| Hex | C5 | 2F | 44 | 0 | 4C | 41 | 17 | 160 | 3D | 30 |
| Octal | 305 | 57 | 104 | 0 | 114 | 101 | 27 | 540 | 75 | 60 |
| Binary | 11000101 | 101111 | 1000100 | 0 | 1001100 | 1000001 | 10111 | 101100000 | 111101 | 110000 |
Color Harmonies of #C52F44
Complementary color
Monochromatic Colors of #C52F44
Black with #C52F44
Text Example
Text Example
White with #C52F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F44; }
p { color: rgb(197,47,68); }
H1.HeaderClassName
{
color: #C52F44;
}
.AnyTagClassName
{
color: #C52F44;
}
</style>
background-color css
<style>
a { background-color: #C52F44; }
a { background-color: rgb(197,47,68); }
div.DivClassName
{
background-color: #C52F44;
}
.BgClassName
{
background-color: #C52F44;
}
</style>
border-color css
<style>
span { border-color: #C52F44; }
span { border-color: rgb(197,47,68); }
td.TdClassName
{
border-color: #C52F44;
}
.TagClassName
{
border-color: #C52F44;
}
</style>