Shades of Brick Red #C5313D
Tints of Brick Red #C5313D
RGB
CMYK
RGB Variations
Color information
#C5313D (or 0xC5313D) is known color: Brick Red. HEX triplet: C5, 31 and 3D. RGB value is (197,49,61). Sum of RGB (Red+Green+Blue) = 197+49+61=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5313D is #3ACEC2. Grayscale: #5E5E5E. Windows color (decimal): -3854019 or 4010437. OLE color: 4010437.
HSL color Cylindrical-coordinate representation of color #C5313D: hue angle of 355.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5313D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.23 |
| HSL | 355.14º | 0.6% | 0.48% | - |
| HSV(B) | 355.14º | 0.75% | 0.77% | - |
| XYZ | 24.97 | 14.4 | 5.88 | - |
| YUV | 94.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 61 | 0 | 0.75 | 0.69 | 0.23 | 355.14 | 0.6 | 0.48 |
| Hex | C5 | 31 | 3D | 0 | 4B | 45 | 17 | 163 | 3C | 30 |
| Octal | 305 | 61 | 75 | 0 | 113 | 105 | 27 | 543 | 74 | 60 |
| Binary | 11000101 | 110001 | 111101 | 0 | 1001011 | 1000101 | 10111 | 101100011 | 111100 | 110000 |
Color Harmonies of #C5313D
Complementary color
Monochromatic Colors of #C5313D
Black with #C5313D
Text Example
Text Example
White with #C5313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5313D; }
p { color: rgb(197,49,61); }
H1.HeaderClassName
{
color: #C5313D;
}
.AnyTagClassName
{
color: #C5313D;
}
</style>
background-color css
<style>
a { background-color: #C5313D; }
a { background-color: rgb(197,49,61); }
div.DivClassName
{
background-color: #C5313D;
}
.BgClassName
{
background-color: #C5313D;
}
</style>
border-color css
<style>
span { border-color: #C5313D; }
span { border-color: rgb(197,49,61); }
td.TdClassName
{
border-color: #C5313D;
}
.TagClassName
{
border-color: #C5313D;
}
</style>