Shades of Brick Red #C53144
Tints of Brick Red #C53144
RGB
CMYK
RGB Variations
Color information
#C53144 (or 0xC53144) is known color: Brick Red. HEX triplet: C5, 31 and 44. RGB value is (197,49,68). Sum of RGB (Red+Green+Blue) = 197+49+68=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53144 is #3ACEBB. Grayscale: #5F5F5F. Windows color (decimal): -3854012 or 4469189. OLE color: 4469189.
HSL color Cylindrical-coordinate representation of color #C53144: hue angle of 352.3º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53144 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 68 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.23 |
| HSL | 352.3º | 0.6% | 0.48% | - |
| HSV(B) | 352.3º | 0.75% | 0.77% | - |
| XYZ | 25.17 | 14.48 | 6.94 | - |
| YUV | 95.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 68 | 0 | 0.75 | 0.65 | 0.23 | 352.3 | 0.6 | 0.48 |
| Hex | C5 | 31 | 44 | 0 | 4B | 41 | 17 | 160 | 3C | 30 |
| Octal | 305 | 61 | 104 | 0 | 113 | 101 | 27 | 540 | 74 | 60 |
| Binary | 11000101 | 110001 | 1000100 | 0 | 1001011 | 1000001 | 10111 | 101100000 | 111100 | 110000 |
Color Harmonies of #C53144
Complementary color
Monochromatic Colors of #C53144
Black with #C53144
Text Example
Text Example
White with #C53144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53144; }
p { color: rgb(197,49,68); }
H1.HeaderClassName
{
color: #C53144;
}
.AnyTagClassName
{
color: #C53144;
}
</style>
background-color css
<style>
a { background-color: #C53144; }
a { background-color: rgb(197,49,68); }
div.DivClassName
{
background-color: #C53144;
}
.BgClassName
{
background-color: #C53144;
}
</style>
border-color css
<style>
span { border-color: #C53144; }
span { border-color: rgb(197,49,68); }
td.TdClassName
{
border-color: #C53144;
}
.TagClassName
{
border-color: #C53144;
}
</style>