Shades of Brick Red #C5363F
Tints of Brick Red #C5363F
RGB
CMYK
RGB Variations
Color information
#C5363F (or 0xC5363F) is known color: Brick Red. HEX triplet: C5, 36 and 3F. RGB value is (197,54,63). Sum of RGB (Red+Green+Blue) = 197+54+63=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5363F is #3AC9C0. Grayscale: #616161. Windows color (decimal): -3852737 or 4142789. OLE color: 4142789.
HSL color Cylindrical-coordinate representation of color #C5363F: hue angle of 356.22º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5363F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 63 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.23 |
| HSL | 356.22º | 0.57% | 0.49% | - |
| HSV(B) | 356.22º | 0.73% | 0.77% | - |
| XYZ | 25.24 | 14.87 | 6.24 | - |
| YUV | 97.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 63 | 0 | 0.73 | 0.68 | 0.23 | 356.22 | 0.57 | 0.49 |
| Hex | C5 | 36 | 3F | 0 | 49 | 44 | 17 | 164 | 39 | 31 |
| Octal | 305 | 66 | 77 | 0 | 111 | 104 | 27 | 544 | 71 | 61 |
| Binary | 11000101 | 110110 | 111111 | 0 | 1001001 | 1000100 | 10111 | 101100100 | 111001 | 110001 |
Color Harmonies of #C5363F
Complementary color
Monochromatic Colors of #C5363F
Black with #C5363F
Text Example
Text Example
White with #C5363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5363F; }
p { color: rgb(197,54,63); }
H1.HeaderClassName
{
color: #C5363F;
}
.AnyTagClassName
{
color: #C5363F;
}
</style>
background-color css
<style>
a { background-color: #C5363F; }
a { background-color: rgb(197,54,63); }
div.DivClassName
{
background-color: #C5363F;
}
.BgClassName
{
background-color: #C5363F;
}
</style>
border-color css
<style>
span { border-color: #C5363F; }
span { border-color: rgb(197,54,63); }
td.TdClassName
{
border-color: #C5363F;
}
.TagClassName
{
border-color: #C5363F;
}
</style>