Shades of Brick Red #C52545
Tints of Brick Red #C52545
RGB
CMYK
RGB Variations
Color information
#C52545 (or 0xC52545) is known color: Brick Red. HEX triplet: C5, 25 and 45. RGB value is (197,37,69). Sum of RGB (Red+Green+Blue) = 197+37+69=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C52545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52545 is #3ADABA. Grayscale: #585858. Windows color (decimal): -3857083 or 4531653. OLE color: 4531653.
HSL color Cylindrical-coordinate representation of color #C52545: hue angle of 348º 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 #C52545 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 69 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.23 |
| HSL | 348º | 0.68% | 0.46% | - |
| HSV(B) | 348º | 0.81% | 0.77% | - |
| XYZ | 24.76 | 13.62 | 6.95 | - |
| YUV | 88.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 69 | 0 | 0.81 | 0.65 | 0.23 | 348 | 0.68 | 0.46 |
| Hex | C5 | 25 | 45 | 0 | 51 | 41 | 17 | 15C | 44 | 2E |
| Octal | 305 | 45 | 105 | 0 | 121 | 101 | 27 | 534 | 104 | 56 |
| Binary | 11000101 | 100101 | 1000101 | 0 | 1010001 | 1000001 | 10111 | 101011100 | 1000100 | 101110 |
Color Harmonies of #C52545
Complementary color
Monochromatic Colors of #C52545
Black with #C52545
Text Example
Text Example
White with #C52545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52545; }
p { color: rgb(197,37,69); }
H1.HeaderClassName
{
color: #C52545;
}
.AnyTagClassName
{
color: #C52545;
}
</style>
background-color css
<style>
a { background-color: #C52545; }
a { background-color: rgb(197,37,69); }
div.DivClassName
{
background-color: #C52545;
}
.BgClassName
{
background-color: #C52545;
}
</style>
border-color css
<style>
span { border-color: #C52545; }
span { border-color: rgb(197,37,69); }
td.TdClassName
{
border-color: #C52545;
}
.TagClassName
{
border-color: #C52545;
}
</style>