Shades of Brick Red #C53941
Tints of Brick Red #C53941
RGB
CMYK
RGB Variations
Color information
#C53941 (or 0xC53941) is known color: Brick Red. HEX triplet: C5, 39 and 41. RGB value is (197,57,65). Sum of RGB (Red+Green+Blue) = 197+57+65=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53941 is #3AC6BE. Grayscale: #636363. Windows color (decimal): -3851967 or 4274629. OLE color: 4274629.
HSL color Cylindrical-coordinate representation of color #C53941: hue angle of 356.57º 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 #C53941 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 65 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.23 |
| HSL | 356.57º | 0.55% | 0.5% | - |
| HSV(B) | 356.57º | 0.71% | 0.77% | - |
| XYZ | 25.44 | 15.18 | 6.59 | - |
| YUV | 99.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 65 | 0 | 0.71 | 0.67 | 0.23 | 356.57 | 0.55 | 0.5 |
| Hex | C5 | 39 | 41 | 0 | 47 | 43 | 17 | 165 | 37 | 32 |
| Octal | 305 | 71 | 101 | 0 | 107 | 103 | 27 | 545 | 67 | 62 |
| Binary | 11000101 | 111001 | 1000001 | 0 | 1000111 | 1000011 | 10111 | 101100101 | 110111 | 110010 |
Color Harmonies of #C53941
Complementary color
Monochromatic Colors of #C53941
Black with #C53941
Text Example
Text Example
White with #C53941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53941; }
p { color: rgb(197,57,65); }
H1.HeaderClassName
{
color: #C53941;
}
.AnyTagClassName
{
color: #C53941;
}
</style>
background-color css
<style>
a { background-color: #C53941; }
a { background-color: rgb(197,57,65); }
div.DivClassName
{
background-color: #C53941;
}
.BgClassName
{
background-color: #C53941;
}
</style>
border-color css
<style>
span { border-color: #C53941; }
span { border-color: rgb(197,57,65); }
td.TdClassName
{
border-color: #C53941;
}
.TagClassName
{
border-color: #C53941;
}
</style>