Shades of Brick Red #C5273D
Tints of Brick Red #C5273D
RGB
CMYK
RGB Variations
Color information
#C5273D (or 0xC5273D) is known color: Brick Red. HEX triplet: C5, 27 and 3D. RGB value is (197,39,61). Sum of RGB (Red+Green+Blue) = 197+39+61=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5273D is #3AD8C2. Grayscale: #585858. Windows color (decimal): -3856579 or 4007877. OLE color: 4007877.
HSL color Cylindrical-coordinate representation of color #C5273D: hue angle of 351.65º 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 #C5273D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 61 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.23 |
| HSL | 351.65º | 0.67% | 0.46% | - |
| HSV(B) | 351.65º | 0.8% | 0.77% | - |
| XYZ | 24.59 | 13.66 | 5.75 | - |
| YUV | 88.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 61 | 0 | 0.80 | 0.69 | 0.23 | 351.65 | 0.67 | 0.46 |
| Hex | C5 | 27 | 3D | 0 | 50 | 45 | 17 | 160 | 43 | 2E |
| Octal | 305 | 47 | 75 | 0 | 120 | 105 | 27 | 540 | 103 | 56 |
| Binary | 11000101 | 100111 | 111101 | 0 | 1010000 | 1000101 | 10111 | 101100000 | 1000011 | 101110 |
Color Harmonies of #C5273D
Complementary color
Monochromatic Colors of #C5273D
Black with #C5273D
Text Example
Text Example
White with #C5273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5273D; }
p { color: rgb(197,39,61); }
H1.HeaderClassName
{
color: #C5273D;
}
.AnyTagClassName
{
color: #C5273D;
}
</style>
background-color css
<style>
a { background-color: #C5273D; }
a { background-color: rgb(197,39,61); }
div.DivClassName
{
background-color: #C5273D;
}
.BgClassName
{
background-color: #C5273D;
}
</style>
border-color css
<style>
span { border-color: #C5273D; }
span { border-color: rgb(197,39,61); }
td.TdClassName
{
border-color: #C5273D;
}
.TagClassName
{
border-color: #C5273D;
}
</style>