Shades of Brick Red #C52D40
Tints of Brick Red #C52D40
RGB
CMYK
RGB Variations
Color information
#C52D40 (or 0xC52D40) is known color: Brick Red. HEX triplet: C5, 2D and 40. RGB value is (197,45,64). Sum of RGB (Red+Green+Blue) = 197+45+64=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52D40 is #3AD2BF. Grayscale: #5C5C5C. Windows color (decimal): -3855040 or 4206021. OLE color: 4206021.
HSL color Cylindrical-coordinate representation of color #C52D40: hue angle of 352.5º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52D40 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 64 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.23 |
| HSL | 352.5º | 0.63% | 0.47% | - |
| HSV(B) | 352.5º | 0.77% | 0.77% | - |
| XYZ | 24.89 | 14.12 | 6.26 | - |
| YUV | 92.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 64 | 0 | 0.77 | 0.68 | 0.23 | 352.5 | 0.63 | 0.47 |
| Hex | C5 | 2D | 40 | 0 | 4D | 44 | 17 | 160 | 3F | 2F |
| Octal | 305 | 55 | 100 | 0 | 115 | 104 | 27 | 540 | 77 | 57 |
| Binary | 11000101 | 101101 | 1000000 | 0 | 1001101 | 1000100 | 10111 | 101100000 | 111111 | 101111 |
Color Harmonies of #C52D40
Complementary color
Monochromatic Colors of #C52D40
Black with #C52D40
Text Example
Text Example
White with #C52D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D40; }
p { color: rgb(197,45,64); }
H1.HeaderClassName
{
color: #C52D40;
}
.AnyTagClassName
{
color: #C52D40;
}
</style>
background-color css
<style>
a { background-color: #C52D40; }
a { background-color: rgb(197,45,64); }
div.DivClassName
{
background-color: #C52D40;
}
.BgClassName
{
background-color: #C52D40;
}
</style>
border-color css
<style>
span { border-color: #C52D40; }
span { border-color: rgb(197,45,64); }
td.TdClassName
{
border-color: #C52D40;
}
.TagClassName
{
border-color: #C52D40;
}
</style>