Shades of Brick Red #C5323E
Tints of Brick Red #C5323E
RGB
CMYK
RGB Variations
Color information
#C5323E (or 0xC5323E) is known color: Brick Red. HEX triplet: C5, 32 and 3E. RGB value is (197,50,62). Sum of RGB (Red+Green+Blue) = 197+50+62=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5323E is #3ACDC1. Grayscale: #5F5F5F. Windows color (decimal): -3853762 or 4076229. OLE color: 4076229.
HSL color Cylindrical-coordinate representation of color #C5323E: hue angle of 355.1º 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 #C5323E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 62 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.23 |
| HSL | 355.1º | 0.6% | 0.48% | - |
| HSV(B) | 355.1º | 0.75% | 0.77% | - |
| XYZ | 25.04 | 14.5 | 6.04 | - |
| YUV | 95.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 62 | 0 | 0.75 | 0.69 | 0.23 | 355.1 | 0.6 | 0.48 |
| Hex | C5 | 32 | 3E | 0 | 4B | 45 | 17 | 163 | 3C | 30 |
| Octal | 305 | 62 | 76 | 0 | 113 | 105 | 27 | 543 | 74 | 60 |
| Binary | 11000101 | 110010 | 111110 | 0 | 1001011 | 1000101 | 10111 | 101100011 | 111100 | 110000 |
Color Harmonies of #C5323E
Complementary color
Monochromatic Colors of #C5323E
Black with #C5323E
Text Example
Text Example
White with #C5323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5323E; }
p { color: rgb(197,50,62); }
H1.HeaderClassName
{
color: #C5323E;
}
.AnyTagClassName
{
color: #C5323E;
}
</style>
background-color css
<style>
a { background-color: #C5323E; }
a { background-color: rgb(197,50,62); }
div.DivClassName
{
background-color: #C5323E;
}
.BgClassName
{
background-color: #C5323E;
}
</style>
border-color css
<style>
span { border-color: #C5323E; }
span { border-color: rgb(197,50,62); }
td.TdClassName
{
border-color: #C5323E;
}
.TagClassName
{
border-color: #C5323E;
}
</style>