Shades of Brick Red #C5273E
Tints of Brick Red #C5273E
RGB
CMYK
RGB Variations
Color information
#C5273E (or 0xC5273E) is known color: Brick Red. HEX triplet: C5, 27 and 3E. RGB value is (197,39,62). Sum of RGB (Red+Green+Blue) = 197+39+62=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5273E is #3AD8C1. Grayscale: #585858. Windows color (decimal): -3856578 or 4073413. OLE color: 4073413.
HSL color Cylindrical-coordinate representation of color #C5273E: hue angle of 351.27º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5273E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 62 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.23 |
| HSL | 351.27º | 0.67% | 0.46% | - |
| HSV(B) | 351.27º | 0.8% | 0.77% | - |
| XYZ | 24.62 | 13.67 | 5.9 | - |
| YUV | 88.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 62 | 0 | 0.80 | 0.69 | 0.23 | 351.27 | 0.67 | 0.46 |
| Hex | C5 | 27 | 3E | 0 | 50 | 45 | 17 | 15F | 43 | 2E |
| Octal | 305 | 47 | 76 | 0 | 120 | 105 | 27 | 537 | 103 | 56 |
| Binary | 11000101 | 100111 | 111110 | 0 | 1010000 | 1000101 | 10111 | 101011111 | 1000011 | 101110 |
Color Harmonies of #C5273E
Complementary color
Monochromatic Colors of #C5273E
Black with #C5273E
Text Example
Text Example
White with #C5273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5273E; }
p { color: rgb(197,39,62); }
H1.HeaderClassName
{
color: #C5273E;
}
.AnyTagClassName
{
color: #C5273E;
}
</style>
background-color css
<style>
a { background-color: #C5273E; }
a { background-color: rgb(197,39,62); }
div.DivClassName
{
background-color: #C5273E;
}
.BgClassName
{
background-color: #C5273E;
}
</style>
border-color css
<style>
span { border-color: #C5273E; }
span { border-color: rgb(197,39,62); }
td.TdClassName
{
border-color: #C5273E;
}
.TagClassName
{
border-color: #C5273E;
}
</style>