Shades of Brick Red #C52E3F
Tints of Brick Red #C52E3F
RGB
CMYK
RGB Variations
Color information
#C52E3F (or 0xC52E3F) is known color: Brick Red. HEX triplet: C5, 2E and 3F. RGB value is (197,46,63). Sum of RGB (Red+Green+Blue) = 197+46+63=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E3F is #3AD1C0. Grayscale: #5D5D5D. Windows color (decimal): -3854785 or 4140741. OLE color: 4140741.
HSL color Cylindrical-coordinate representation of color #C52E3F: hue angle of 353.25º 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 #C52E3F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 63 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.23 |
| HSL | 353.25º | 0.62% | 0.48% | - |
| HSV(B) | 353.25º | 0.77% | 0.77% | - |
| XYZ | 24.9 | 14.18 | 6.13 | - |
| YUV | 93.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 63 | 0 | 0.77 | 0.68 | 0.23 | 353.25 | 0.62 | 0.48 |
| Hex | C5 | 2E | 3F | 0 | 4D | 44 | 17 | 161 | 3E | 30 |
| Octal | 305 | 56 | 77 | 0 | 115 | 104 | 27 | 541 | 76 | 60 |
| Binary | 11000101 | 101110 | 111111 | 0 | 1001101 | 1000100 | 10111 | 101100001 | 111110 | 110000 |
Color Harmonies of #C52E3F
Complementary color
Monochromatic Colors of #C52E3F
Black with #C52E3F
Text Example
Text Example
White with #C52E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E3F; }
p { color: rgb(197,46,63); }
H1.HeaderClassName
{
color: #C52E3F;
}
.AnyTagClassName
{
color: #C52E3F;
}
</style>
background-color css
<style>
a { background-color: #C52E3F; }
a { background-color: rgb(197,46,63); }
div.DivClassName
{
background-color: #C52E3F;
}
.BgClassName
{
background-color: #C52E3F;
}
</style>
border-color css
<style>
span { border-color: #C52E3F; }
span { border-color: rgb(197,46,63); }
td.TdClassName
{
border-color: #C52E3F;
}
.TagClassName
{
border-color: #C52E3F;
}
</style>