Shades of Brick Red #C52E3D
Tints of Brick Red #C52E3D
RGB
CMYK
RGB Variations
Color information
#C52E3D (or 0xC52E3D) is known color: Brick Red. HEX triplet: C5, 2E and 3D. RGB value is (197,46,61). Sum of RGB (Red+Green+Blue) = 197+46+61=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E3D is #3AD1C2. Grayscale: #5C5C5C. Windows color (decimal): -3854787 or 4009669. OLE color: 4009669.
HSL color Cylindrical-coordinate representation of color #C52E3D: hue angle of 354.04º 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 #C52E3D is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 61 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.23 |
| HSL | 354.04º | 0.62% | 0.48% | - |
| HSV(B) | 354.04º | 0.77% | 0.77% | - |
| XYZ | 24.85 | 14.16 | 5.84 | - |
| YUV | 92.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 61 | 0 | 0.77 | 0.69 | 0.23 | 354.04 | 0.62 | 0.48 |
| Hex | C5 | 2E | 3D | 0 | 4D | 45 | 17 | 162 | 3E | 30 |
| Octal | 305 | 56 | 75 | 0 | 115 | 105 | 27 | 542 | 76 | 60 |
| Binary | 11000101 | 101110 | 111101 | 0 | 1001101 | 1000101 | 10111 | 101100010 | 111110 | 110000 |
Color Harmonies of #C52E3D
Complementary color
Monochromatic Colors of #C52E3D
Black with #C52E3D
Text Example
Text Example
White with #C52E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E3D; }
p { color: rgb(197,46,61); }
H1.HeaderClassName
{
color: #C52E3D;
}
.AnyTagClassName
{
color: #C52E3D;
}
</style>
background-color css
<style>
a { background-color: #C52E3D; }
a { background-color: rgb(197,46,61); }
div.DivClassName
{
background-color: #C52E3D;
}
.BgClassName
{
background-color: #C52E3D;
}
</style>
border-color css
<style>
span { border-color: #C52E3D; }
span { border-color: rgb(197,46,61); }
td.TdClassName
{
border-color: #C52E3D;
}
.TagClassName
{
border-color: #C52E3D;
}
</style>