Shades of Brick Red #C53642
Tints of Brick Red #C53642
RGB
CMYK
RGB Variations
Color information
#C53642 (or 0xC53642) is known color: Brick Red. HEX triplet: C5, 36 and 42. RGB value is (197,54,66). Sum of RGB (Red+Green+Blue) = 197+54+66=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C53642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53642 is #3AC9BD. Grayscale: #626262. Windows color (decimal): -3852734 or 4339397. OLE color: 4339397.
HSL color Cylindrical-coordinate representation of color #C53642: hue angle of 354.97º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53642 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 66 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.23 |
| HSL | 354.97º | 0.57% | 0.49% | - |
| HSV(B) | 354.97º | 0.73% | 0.77% | - |
| XYZ | 25.33 | 14.9 | 6.7 | - |
| YUV | 98.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 66 | 0 | 0.73 | 0.66 | 0.23 | 354.97 | 0.57 | 0.49 |
| Hex | C5 | 36 | 42 | 0 | 49 | 42 | 17 | 163 | 39 | 31 |
| Octal | 305 | 66 | 102 | 0 | 111 | 102 | 27 | 543 | 71 | 61 |
| Binary | 11000101 | 110110 | 1000010 | 0 | 1001001 | 1000010 | 10111 | 101100011 | 111001 | 110001 |
Color Harmonies of #C53642
Complementary color
Monochromatic Colors of #C53642
Black with #C53642
Text Example
Text Example
White with #C53642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53642; }
p { color: rgb(197,54,66); }
H1.HeaderClassName
{
color: #C53642;
}
.AnyTagClassName
{
color: #C53642;
}
</style>
background-color css
<style>
a { background-color: #C53642; }
a { background-color: rgb(197,54,66); }
div.DivClassName
{
background-color: #C53642;
}
.BgClassName
{
background-color: #C53642;
}
</style>
border-color css
<style>
span { border-color: #C53642; }
span { border-color: rgb(197,54,66); }
td.TdClassName
{
border-color: #C53642;
}
.TagClassName
{
border-color: #C53642;
}
</style>