Shades of Brick Red #C52E3E
Tints of Brick Red #C52E3E
RGB
CMYK
RGB Variations
Color information
#C52E3E (or 0xC52E3E) is known color: Brick Red. HEX triplet: C5, 2E and 3E. RGB value is (197,46,62). Sum of RGB (Red+Green+Blue) = 197+46+62=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E3E is #3AD1C1. Grayscale: #5D5D5D. Windows color (decimal): -3854786 or 4075205. OLE color: 4075205.
HSL color Cylindrical-coordinate representation of color #C52E3E: hue angle of 353.64º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E3E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 62 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.23 |
| HSL | 353.64º | 0.62% | 0.48% | - |
| HSV(B) | 353.64º | 0.77% | 0.77% | - |
| XYZ | 24.87 | 14.17 | 5.98 | - |
| YUV | 92.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 62 | 0 | 0.77 | 0.69 | 0.23 | 353.64 | 0.62 | 0.48 |
| Hex | C5 | 2E | 3E | 0 | 4D | 45 | 17 | 162 | 3E | 30 |
| Octal | 305 | 56 | 76 | 0 | 115 | 105 | 27 | 542 | 76 | 60 |
| Binary | 11000101 | 101110 | 111110 | 0 | 1001101 | 1000101 | 10111 | 101100010 | 111110 | 110000 |
Color Harmonies of #C52E3E
Complementary color
Monochromatic Colors of #C52E3E
Black with #C52E3E
Text Example
Text Example
White with #C52E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E3E; }
p { color: rgb(197,46,62); }
H1.HeaderClassName
{
color: #C52E3E;
}
.AnyTagClassName
{
color: #C52E3E;
}
</style>
background-color css
<style>
a { background-color: #C52E3E; }
a { background-color: rgb(197,46,62); }
div.DivClassName
{
background-color: #C52E3E;
}
.BgClassName
{
background-color: #C52E3E;
}
</style>
border-color css
<style>
span { border-color: #C52E3E; }
span { border-color: rgb(197,46,62); }
td.TdClassName
{
border-color: #C52E3E;
}
.TagClassName
{
border-color: #C52E3E;
}
</style>