Shades of Brick Red #C53D48
Tints of Brick Red #C53D48
RGB
CMYK
RGB Variations
Color information
#C53D48 (or 0xC53D48) is known color: Brick Red. HEX triplet: C5, 3D and 48. RGB value is (197,61,72). Sum of RGB (Red+Green+Blue) = 197+61+72=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D48 is #3AC2B7. Grayscale: #676767. Windows color (decimal): -3850936 or 4734405. OLE color: 4734405.
HSL color Cylindrical-coordinate representation of color #C53D48: hue angle of 355.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 72 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.23 |
| HSL | 355.15º | 0.54% | 0.51% | - |
| HSV(B) | 355.15º | 0.69% | 0.77% | - |
| XYZ | 25.86 | 15.68 | 7.79 | - |
| YUV | 102.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 72 | 0 | 0.69 | 0.63 | 0.23 | 355.15 | 0.54 | 0.51 |
| Hex | C5 | 3D | 48 | 0 | 45 | 3F | 17 | 163 | 36 | 33 |
| Octal | 305 | 75 | 110 | 0 | 105 | 77 | 27 | 543 | 66 | 63 |
| Binary | 11000101 | 111101 | 1001000 | 0 | 1000101 | 111111 | 10111 | 101100011 | 110110 | 110011 |
Color Harmonies of #C53D48
Complementary color
Monochromatic Colors of #C53D48
Black with #C53D48
Text Example
Text Example
White with #C53D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D48; }
p { color: rgb(197,61,72); }
H1.HeaderClassName
{
color: #C53D48;
}
.AnyTagClassName
{
color: #C53D48;
}
</style>
background-color css
<style>
a { background-color: #C53D48; }
a { background-color: rgb(197,61,72); }
div.DivClassName
{
background-color: #C53D48;
}
.BgClassName
{
background-color: #C53D48;
}
</style>
border-color css
<style>
span { border-color: #C53D48; }
span { border-color: rgb(197,61,72); }
td.TdClassName
{
border-color: #C53D48;
}
.TagClassName
{
border-color: #C53D48;
}
</style>