Shades of Brick Red #C53444
Tints of Brick Red #C53444
RGB
CMYK
RGB Variations
Color information
#C53444 (or 0xC53444) is known color: Brick Red. HEX triplet: C5, 34 and 44. RGB value is (197,52,68). Sum of RGB (Red+Green+Blue) = 197+52+68=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C53444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53444 is #3ACBBB. Grayscale: #616161. Windows color (decimal): -3853244 or 4469957. OLE color: 4469957.
HSL color Cylindrical-coordinate representation of color #C53444: hue angle of 353.38º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53444 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 68 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.23 |
| HSL | 353.38º | 0.58% | 0.49% | - |
| HSV(B) | 353.38º | 0.74% | 0.77% | - |
| XYZ | 25.3 | 14.74 | 6.98 | - |
| YUV | 97.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 68 | 0 | 0.74 | 0.65 | 0.23 | 353.38 | 0.58 | 0.49 |
| Hex | C5 | 34 | 44 | 0 | 4A | 41 | 17 | 161 | 3A | 31 |
| Octal | 305 | 64 | 104 | 0 | 112 | 101 | 27 | 541 | 72 | 61 |
| Binary | 11000101 | 110100 | 1000100 | 0 | 1001010 | 1000001 | 10111 | 101100001 | 111010 | 110001 |
Color Harmonies of #C53444
Complementary color
Monochromatic Colors of #C53444
Black with #C53444
Text Example
Text Example
White with #C53444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53444; }
p { color: rgb(197,52,68); }
H1.HeaderClassName
{
color: #C53444;
}
.AnyTagClassName
{
color: #C53444;
}
</style>
background-color css
<style>
a { background-color: #C53444; }
a { background-color: rgb(197,52,68); }
div.DivClassName
{
background-color: #C53444;
}
.BgClassName
{
background-color: #C53444;
}
</style>
border-color css
<style>
span { border-color: #C53444; }
span { border-color: rgb(197,52,68); }
td.TdClassName
{
border-color: #C53444;
}
.TagClassName
{
border-color: #C53444;
}
</style>