Shades of Brick Red #C53340
Tints of Brick Red #C53340
RGB
CMYK
RGB Variations
Color information
#C53340 (or 0xC53340) is known color: Brick Red. HEX triplet: C5, 33 and 40. RGB value is (197,51,64). Sum of RGB (Red+Green+Blue) = 197+51+64=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C53340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53340 is #3ACCBF. Grayscale: #606060. Windows color (decimal): -3853504 or 4207557. OLE color: 4207557.
HSL color Cylindrical-coordinate representation of color #C53340: hue angle of 354.66º 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 #C53340 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 64 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.23 |
| HSL | 354.66º | 0.59% | 0.49% | - |
| HSV(B) | 354.66º | 0.74% | 0.77% | - |
| XYZ | 25.14 | 14.61 | 6.35 | - |
| YUV | 96.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 64 | 0 | 0.74 | 0.68 | 0.23 | 354.66 | 0.59 | 0.49 |
| Hex | C5 | 33 | 40 | 0 | 4A | 44 | 17 | 163 | 3B | 31 |
| Octal | 305 | 63 | 100 | 0 | 112 | 104 | 27 | 543 | 73 | 61 |
| Binary | 11000101 | 110011 | 1000000 | 0 | 1001010 | 1000100 | 10111 | 101100011 | 111011 | 110001 |
Color Harmonies of #C53340
Complementary color
Monochromatic Colors of #C53340
Black with #C53340
Text Example
Text Example
White with #C53340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53340; }
p { color: rgb(197,51,64); }
H1.HeaderClassName
{
color: #C53340;
}
.AnyTagClassName
{
color: #C53340;
}
</style>
background-color css
<style>
a { background-color: #C53340; }
a { background-color: rgb(197,51,64); }
div.DivClassName
{
background-color: #C53340;
}
.BgClassName
{
background-color: #C53340;
}
</style>
border-color css
<style>
span { border-color: #C53340; }
span { border-color: rgb(197,51,64); }
td.TdClassName
{
border-color: #C53340;
}
.TagClassName
{
border-color: #C53340;
}
</style>