Shades of Brick Red #C53944
Tints of Brick Red #C53944
RGB
CMYK
RGB Variations
Color information
#C53944 (or 0xC53944) is known color: Brick Red. HEX triplet: C5, 39 and 44. RGB value is (197,57,68). Sum of RGB (Red+Green+Blue) = 197+57+68=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53944 is #3AC6BB. Grayscale: #646464. Windows color (decimal): -3851964 or 4471237. OLE color: 4471237.
HSL color Cylindrical-coordinate representation of color #C53944: hue angle of 355.29º 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 #C53944 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 68 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.23 |
| HSL | 355.29º | 0.55% | 0.5% | - |
| HSV(B) | 355.29º | 0.71% | 0.77% | - |
| XYZ | 25.53 | 15.21 | 7.06 | - |
| YUV | 100.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 68 | 0 | 0.71 | 0.65 | 0.23 | 355.29 | 0.55 | 0.5 |
| Hex | C5 | 39 | 44 | 0 | 47 | 41 | 17 | 163 | 37 | 32 |
| Octal | 305 | 71 | 104 | 0 | 107 | 101 | 27 | 543 | 67 | 62 |
| Binary | 11000101 | 111001 | 1000100 | 0 | 1000111 | 1000001 | 10111 | 101100011 | 110111 | 110010 |
Color Harmonies of #C53944
Complementary color
Monochromatic Colors of #C53944
Black with #C53944
Text Example
Text Example
White with #C53944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53944; }
p { color: rgb(197,57,68); }
H1.HeaderClassName
{
color: #C53944;
}
.AnyTagClassName
{
color: #C53944;
}
</style>
background-color css
<style>
a { background-color: #C53944; }
a { background-color: rgb(197,57,68); }
div.DivClassName
{
background-color: #C53944;
}
.BgClassName
{
background-color: #C53944;
}
</style>
border-color css
<style>
span { border-color: #C53944; }
span { border-color: rgb(197,57,68); }
td.TdClassName
{
border-color: #C53944;
}
.TagClassName
{
border-color: #C53944;
}
</style>