Shades of Brick Red #C52C41
Tints of Brick Red #C52C41
RGB
CMYK
RGB Variations
Color information
#C52C41 (or 0xC52C41) is known color: Brick Red. HEX triplet: C5, 2C and 41. RGB value is (197,44,65). Sum of RGB (Red+Green+Blue) = 197+44+65=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C41 is #3AD3BE. Grayscale: #5C5C5C. Windows color (decimal): -3855295 or 4271301. OLE color: 4271301.
HSL color Cylindrical-coordinate representation of color #C52C41: hue angle of 351.76º 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 #C52C41 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 65 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.23 |
| HSL | 351.76º | 0.63% | 0.47% | - |
| HSV(B) | 351.76º | 0.78% | 0.77% | - |
| XYZ | 24.88 | 14.05 | 6.4 | - |
| YUV | 92.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 65 | 0 | 0.78 | 0.67 | 0.23 | 351.76 | 0.63 | 0.47 |
| Hex | C5 | 2C | 41 | 0 | 4E | 43 | 17 | 160 | 3F | 2F |
| Octal | 305 | 54 | 101 | 0 | 116 | 103 | 27 | 540 | 77 | 57 |
| Binary | 11000101 | 101100 | 1000001 | 0 | 1001110 | 1000011 | 10111 | 101100000 | 111111 | 101111 |
Color Harmonies of #C52C41
Complementary color
Monochromatic Colors of #C52C41
Black with #C52C41
Text Example
Text Example
White with #C52C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C41; }
p { color: rgb(197,44,65); }
H1.HeaderClassName
{
color: #C52C41;
}
.AnyTagClassName
{
color: #C52C41;
}
</style>
background-color css
<style>
a { background-color: #C52C41; }
a { background-color: rgb(197,44,65); }
div.DivClassName
{
background-color: #C52C41;
}
.BgClassName
{
background-color: #C52C41;
}
</style>
border-color css
<style>
span { border-color: #C52C41; }
span { border-color: rgb(197,44,65); }
td.TdClassName
{
border-color: #C52C41;
}
.TagClassName
{
border-color: #C52C41;
}
</style>