Shades of Brick Red #C53243
Tints of Brick Red #C53243
RGB
CMYK
RGB Variations
Color information
#C53243 (or 0xC53243) is known color: Brick Red. HEX triplet: C5, 32 and 43. RGB value is (197,50,67). Sum of RGB (Red+Green+Blue) = 197+50+67=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53243 is #3ACDBC. Grayscale: #5F5F5F. Windows color (decimal): -3853757 or 4403909. OLE color: 4403909.
HSL color Cylindrical-coordinate representation of color #C53243: hue angle of 353.06º 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 #C53243 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 67 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.23 |
| HSL | 353.06º | 0.6% | 0.48% | - |
| HSV(B) | 353.06º | 0.75% | 0.77% | - |
| XYZ | 25.18 | 14.56 | 6.79 | - |
| YUV | 95.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 67 | 0 | 0.75 | 0.66 | 0.23 | 353.06 | 0.6 | 0.48 |
| Hex | C5 | 32 | 43 | 0 | 4B | 42 | 17 | 161 | 3C | 30 |
| Octal | 305 | 62 | 103 | 0 | 113 | 102 | 27 | 541 | 74 | 60 |
| Binary | 11000101 | 110010 | 1000011 | 0 | 1001011 | 1000010 | 10111 | 101100001 | 111100 | 110000 |
Color Harmonies of #C53243
Complementary color
Monochromatic Colors of #C53243
Black with #C53243
Text Example
Text Example
White with #C53243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53243; }
p { color: rgb(197,50,67); }
H1.HeaderClassName
{
color: #C53243;
}
.AnyTagClassName
{
color: #C53243;
}
</style>
background-color css
<style>
a { background-color: #C53243; }
a { background-color: rgb(197,50,67); }
div.DivClassName
{
background-color: #C53243;
}
.BgClassName
{
background-color: #C53243;
}
</style>
border-color css
<style>
span { border-color: #C53243; }
span { border-color: rgb(197,50,67); }
td.TdClassName
{
border-color: #C53243;
}
.TagClassName
{
border-color: #C53243;
}
</style>