Shades of Brick Red #C53C43
Tints of Brick Red #C53C43
RGB
CMYK
RGB Variations
Color information
#C53C43 (or 0xC53C43) is known color: Brick Red. HEX triplet: C5, 3C and 43. RGB value is (197,60,67). Sum of RGB (Red+Green+Blue) = 197+60+67=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C43 is #3AC3BC. Grayscale: #656565. Windows color (decimal): -3851197 or 4406469. OLE color: 4406469.
HSL color Cylindrical-coordinate representation of color #C53C43: hue angle of 356.93º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C43 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 67 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.23 |
| HSL | 356.93º | 0.54% | 0.5% | - |
| HSV(B) | 356.93º | 0.7% | 0.77% | - |
| XYZ | 25.65 | 15.51 | 6.95 | - |
| YUV | 101.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 67 | 0 | 0.70 | 0.66 | 0.23 | 356.93 | 0.54 | 0.5 |
| Hex | C5 | 3C | 43 | 0 | 46 | 42 | 17 | 165 | 36 | 32 |
| Octal | 305 | 74 | 103 | 0 | 106 | 102 | 27 | 545 | 66 | 62 |
| Binary | 11000101 | 111100 | 1000011 | 0 | 1000110 | 1000010 | 10111 | 101100101 | 110110 | 110010 |
Color Harmonies of #C53C43
Complementary color
Monochromatic Colors of #C53C43
Black with #C53C43
Text Example
Text Example
White with #C53C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C43; }
p { color: rgb(197,60,67); }
H1.HeaderClassName
{
color: #C53C43;
}
.AnyTagClassName
{
color: #C53C43;
}
</style>
background-color css
<style>
a { background-color: #C53C43; }
a { background-color: rgb(197,60,67); }
div.DivClassName
{
background-color: #C53C43;
}
.BgClassName
{
background-color: #C53C43;
}
</style>
border-color css
<style>
span { border-color: #C53C43; }
span { border-color: rgb(197,60,67); }
td.TdClassName
{
border-color: #C53C43;
}
.TagClassName
{
border-color: #C53C43;
}
</style>