Shades of Brick Red #C52644
Tints of Brick Red #C52644
RGB
CMYK
RGB Variations
Color information
#C52644 (or 0xC52644) is known color: Brick Red. HEX triplet: C5, 26 and 44. RGB value is (197,38,68). Sum of RGB (Red+Green+Blue) = 197+38+68=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C52644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52644 is #3AD9BB. Grayscale: #595959. Windows color (decimal): -3856828 or 4466373. OLE color: 4466373.
HSL color Cylindrical-coordinate representation of color #C52644: hue angle of 348.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52644 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 68 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.23 |
| HSL | 348.68º | 0.68% | 0.46% | - |
| HSV(B) | 348.68º | 0.81% | 0.77% | - |
| XYZ | 24.76 | 13.67 | 6.8 | - |
| YUV | 88.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 68 | 0 | 0.81 | 0.65 | 0.23 | 348.68 | 0.68 | 0.46 |
| Hex | C5 | 26 | 44 | 0 | 51 | 41 | 17 | 15D | 44 | 2E |
| Octal | 305 | 46 | 104 | 0 | 121 | 101 | 27 | 535 | 104 | 56 |
| Binary | 11000101 | 100110 | 1000100 | 0 | 1010001 | 1000001 | 10111 | 101011101 | 1000100 | 101110 |
Color Harmonies of #C52644
Complementary color
Monochromatic Colors of #C52644
Black with #C52644
Text Example
Text Example
White with #C52644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52644; }
p { color: rgb(197,38,68); }
H1.HeaderClassName
{
color: #C52644;
}
.AnyTagClassName
{
color: #C52644;
}
</style>
background-color css
<style>
a { background-color: #C52644; }
a { background-color: rgb(197,38,68); }
div.DivClassName
{
background-color: #C52644;
}
.BgClassName
{
background-color: #C52644;
}
</style>
border-color css
<style>
span { border-color: #C52644; }
span { border-color: rgb(197,38,68); }
td.TdClassName
{
border-color: #C52644;
}
.TagClassName
{
border-color: #C52644;
}
</style>