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