Shades of Brick Red #C5263F
Tints of Brick Red #C5263F
RGB
CMYK
RGB Variations
Color information
#C5263F (or 0xC5263F) is known color: Brick Red. HEX triplet: C5, 26 and 3F. RGB value is (197,38,63). Sum of RGB (Red+Green+Blue) = 197+38+63=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5263F is #3AD9C0. Grayscale: #585858. Windows color (decimal): -3856833 or 4138693. OLE color: 4138693.
HSL color Cylindrical-coordinate representation of color #C5263F: hue angle of 350.57º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5263F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 63 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.23 |
| HSL | 350.57º | 0.68% | 0.46% | - |
| HSV(B) | 350.57º | 0.81% | 0.77% | - |
| XYZ | 24.62 | 13.62 | 6.03 | - |
| YUV | 88.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 63 | 0 | 0.81 | 0.68 | 0.23 | 350.57 | 0.68 | 0.46 |
| Hex | C5 | 26 | 3F | 0 | 51 | 44 | 17 | 15F | 44 | 2E |
| Octal | 305 | 46 | 77 | 0 | 121 | 104 | 27 | 537 | 104 | 56 |
| Binary | 11000101 | 100110 | 111111 | 0 | 1010001 | 1000100 | 10111 | 101011111 | 1000100 | 101110 |
Color Harmonies of #C5263F
Complementary color
Monochromatic Colors of #C5263F
Black with #C5263F
Text Example
Text Example
White with #C5263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5263F; }
p { color: rgb(197,38,63); }
H1.HeaderClassName
{
color: #C5263F;
}
.AnyTagClassName
{
color: #C5263F;
}
</style>
background-color css
<style>
a { background-color: #C5263F; }
a { background-color: rgb(197,38,63); }
div.DivClassName
{
background-color: #C5263F;
}
.BgClassName
{
background-color: #C5263F;
}
</style>
border-color css
<style>
span { border-color: #C5263F; }
span { border-color: rgb(197,38,63); }
td.TdClassName
{
border-color: #C5263F;
}
.TagClassName
{
border-color: #C5263F;
}
</style>