Shades of Brick Red #C53342
Tints of Brick Red #C53342
RGB
CMYK
RGB Variations
Color information
#C53342 (or 0xC53342) is known color: Brick Red. HEX triplet: C5, 33 and 42. RGB value is (197,51,66). Sum of RGB (Red+Green+Blue) = 197+51+66=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53342 is #3ACCBD. Grayscale: #606060. Windows color (decimal): -3853502 or 4338629. OLE color: 4338629.
HSL color Cylindrical-coordinate representation of color #C53342: hue angle of 353.84º degrees, saturation: 0.59, 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 #C53342 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 66 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.23 |
| HSL | 353.84º | 0.59% | 0.49% | - |
| HSV(B) | 353.84º | 0.74% | 0.77% | - |
| XYZ | 25.19 | 14.63 | 6.65 | - |
| YUV | 96.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 66 | 0 | 0.74 | 0.66 | 0.23 | 353.84 | 0.59 | 0.49 |
| Hex | C5 | 33 | 42 | 0 | 4A | 42 | 17 | 162 | 3B | 31 |
| Octal | 305 | 63 | 102 | 0 | 112 | 102 | 27 | 542 | 73 | 61 |
| Binary | 11000101 | 110011 | 1000010 | 0 | 1001010 | 1000010 | 10111 | 101100010 | 111011 | 110001 |
Color Harmonies of #C53342
Complementary color
Monochromatic Colors of #C53342
Black with #C53342
Text Example
Text Example
White with #C53342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53342; }
p { color: rgb(197,51,66); }
H1.HeaderClassName
{
color: #C53342;
}
.AnyTagClassName
{
color: #C53342;
}
</style>
background-color css
<style>
a { background-color: #C53342; }
a { background-color: rgb(197,51,66); }
div.DivClassName
{
background-color: #C53342;
}
.BgClassName
{
background-color: #C53342;
}
</style>
border-color css
<style>
span { border-color: #C53342; }
span { border-color: rgb(197,51,66); }
td.TdClassName
{
border-color: #C53342;
}
.TagClassName
{
border-color: #C53342;
}
</style>