Shades of Brick Red #C52741
Tints of Brick Red #C52741
RGB
CMYK
RGB Variations
Color information
#C52741 (or 0xC52741) is known color: Brick Red. HEX triplet: C5, 27 and 41. RGB value is (197,39,65). Sum of RGB (Red+Green+Blue) = 197+39+65=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C52741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52741 is #3AD8BE. Grayscale: #595959. Windows color (decimal): -3856575 or 4270021. OLE color: 4270021.
HSL color Cylindrical-coordinate representation of color #C52741: hue angle of 350.13º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52741 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 65 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.23 |
| HSL | 350.13º | 0.67% | 0.46% | - |
| HSV(B) | 350.13º | 0.8% | 0.77% | - |
| XYZ | 24.71 | 13.7 | 6.34 | - |
| YUV | 89.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 65 | 0 | 0.80 | 0.67 | 0.23 | 350.13 | 0.67 | 0.46 |
| Hex | C5 | 27 | 41 | 0 | 50 | 43 | 17 | 15E | 43 | 2E |
| Octal | 305 | 47 | 101 | 0 | 120 | 103 | 27 | 536 | 103 | 56 |
| Binary | 11000101 | 100111 | 1000001 | 0 | 1010000 | 1000011 | 10111 | 101011110 | 1000011 | 101110 |
Color Harmonies of #C52741
Complementary color
Monochromatic Colors of #C52741
Black with #C52741
Text Example
Text Example
White with #C52741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52741; }
p { color: rgb(197,39,65); }
H1.HeaderClassName
{
color: #C52741;
}
.AnyTagClassName
{
color: #C52741;
}
</style>
background-color css
<style>
a { background-color: #C52741; }
a { background-color: rgb(197,39,65); }
div.DivClassName
{
background-color: #C52741;
}
.BgClassName
{
background-color: #C52741;
}
</style>
border-color css
<style>
span { border-color: #C52741; }
span { border-color: rgb(197,39,65); }
td.TdClassName
{
border-color: #C52741;
}
.TagClassName
{
border-color: #C52741;
}
</style>