Shades of Brick Red #C53945
Tints of Brick Red #C53945
RGB
CMYK
RGB Variations
Color information
#C53945 (or 0xC53945) is known color: Brick Red. HEX triplet: C5, 39 and 45. RGB value is (197,57,69). Sum of RGB (Red+Green+Blue) = 197+57+69=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C53945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53945 is #3AC6BA. Grayscale: #646464. Windows color (decimal): -3851963 or 4536773. OLE color: 4536773.
HSL color Cylindrical-coordinate representation of color #C53945: hue angle of 354.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53945 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 69 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.23 |
| HSL | 354.86º | 0.55% | 0.5% | - |
| HSV(B) | 354.86º | 0.71% | 0.77% | - |
| XYZ | 25.56 | 15.23 | 7.22 | - |
| YUV | 100.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 69 | 0 | 0.71 | 0.65 | 0.23 | 354.86 | 0.55 | 0.5 |
| Hex | C5 | 39 | 45 | 0 | 47 | 41 | 17 | 163 | 37 | 32 |
| Octal | 305 | 71 | 105 | 0 | 107 | 101 | 27 | 543 | 67 | 62 |
| Binary | 11000101 | 111001 | 1000101 | 0 | 1000111 | 1000001 | 10111 | 101100011 | 110111 | 110010 |
Color Harmonies of #C53945
Complementary color
Monochromatic Colors of #C53945
Black with #C53945
Text Example
Text Example
White with #C53945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53945; }
p { color: rgb(197,57,69); }
H1.HeaderClassName
{
color: #C53945;
}
.AnyTagClassName
{
color: #C53945;
}
</style>
background-color css
<style>
a { background-color: #C53945; }
a { background-color: rgb(197,57,69); }
div.DivClassName
{
background-color: #C53945;
}
.BgClassName
{
background-color: #C53945;
}
</style>
border-color css
<style>
span { border-color: #C53945; }
span { border-color: rgb(197,57,69); }
td.TdClassName
{
border-color: #C53945;
}
.TagClassName
{
border-color: #C53945;
}
</style>