Shades of Brick Red #C53640
Tints of Brick Red #C53640
RGB
CMYK
RGB Variations
Color information
#C53640 (or 0xC53640) is known color: Brick Red. HEX triplet: C5, 36 and 40. RGB value is (197,54,64). Sum of RGB (Red+Green+Blue) = 197+54+64=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53640 is #3AC9BF. Grayscale: #626262. Windows color (decimal): -3852736 or 4208325. OLE color: 4208325.
HSL color Cylindrical-coordinate representation of color #C53640: hue angle of 355.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53640 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 64 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.23 |
| HSL | 355.8º | 0.57% | 0.49% | - |
| HSV(B) | 355.8º | 0.73% | 0.77% | - |
| XYZ | 25.27 | 14.88 | 6.39 | - |
| YUV | 97.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 64 | 0 | 0.73 | 0.68 | 0.23 | 355.8 | 0.57 | 0.49 |
| Hex | C5 | 36 | 40 | 0 | 49 | 44 | 17 | 164 | 39 | 31 |
| Octal | 305 | 66 | 100 | 0 | 111 | 104 | 27 | 544 | 71 | 61 |
| Binary | 11000101 | 110110 | 1000000 | 0 | 1001001 | 1000100 | 10111 | 101100100 | 111001 | 110001 |
Color Harmonies of #C53640
Complementary color
Monochromatic Colors of #C53640
Black with #C53640
Text Example
Text Example
White with #C53640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53640; }
p { color: rgb(197,54,64); }
H1.HeaderClassName
{
color: #C53640;
}
.AnyTagClassName
{
color: #C53640;
}
</style>
background-color css
<style>
a { background-color: #C53640; }
a { background-color: rgb(197,54,64); }
div.DivClassName
{
background-color: #C53640;
}
.BgClassName
{
background-color: #C53640;
}
</style>
border-color css
<style>
span { border-color: #C53640; }
span { border-color: rgb(197,54,64); }
td.TdClassName
{
border-color: #C53640;
}
.TagClassName
{
border-color: #C53640;
}
</style>