Shades of Brick Red #C52C42
Tints of Brick Red #C52C42
RGB
CMYK
RGB Variations
Color information
#C52C42 (or 0xC52C42) is known color: Brick Red. HEX triplet: C5, 2C and 42. RGB value is (197,44,66). Sum of RGB (Red+Green+Blue) = 197+44+66=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C42 is #3AD3BD. Grayscale: #5C5C5C. Windows color (decimal): -3855294 or 4336837. OLE color: 4336837.
HSL color Cylindrical-coordinate representation of color #C52C42: hue angle of 351.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C42 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 66 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.23 |
| HSL | 351.37º | 0.63% | 0.47% | - |
| HSV(B) | 351.37º | 0.78% | 0.77% | - |
| XYZ | 24.91 | 14.07 | 6.56 | - |
| YUV | 92.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 66 | 0 | 0.78 | 0.66 | 0.23 | 351.37 | 0.63 | 0.47 |
| Hex | C5 | 2C | 42 | 0 | 4E | 42 | 17 | 15F | 3F | 2F |
| Octal | 305 | 54 | 102 | 0 | 116 | 102 | 27 | 537 | 77 | 57 |
| Binary | 11000101 | 101100 | 1000010 | 0 | 1001110 | 1000010 | 10111 | 101011111 | 111111 | 101111 |
Color Harmonies of #C52C42
Complementary color
Monochromatic Colors of #C52C42
Black with #C52C42
Text Example
Text Example
White with #C52C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C42; }
p { color: rgb(197,44,66); }
H1.HeaderClassName
{
color: #C52C42;
}
.AnyTagClassName
{
color: #C52C42;
}
</style>
background-color css
<style>
a { background-color: #C52C42; }
a { background-color: rgb(197,44,66); }
div.DivClassName
{
background-color: #C52C42;
}
.BgClassName
{
background-color: #C52C42;
}
</style>
border-color css
<style>
span { border-color: #C52C42; }
span { border-color: rgb(197,44,66); }
td.TdClassName
{
border-color: #C52C42;
}
.TagClassName
{
border-color: #C52C42;
}
</style>