Shades of Brick Red #C1293E
Tints of Brick Red #C1293E
RGB
CMYK
RGB Variations
Color information
#C1293E (or 0xC1293E) is known color: Brick Red. HEX triplet: C1, 29 and 3E. RGB value is (193,41,62). Sum of RGB (Red+Green+Blue) = 193+41+62=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C1293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1293E is #3ED6C1. Grayscale: #585858. Windows color (decimal): -4118210 or 4073921. OLE color: 4073921.
HSL color Cylindrical-coordinate representation of color #C1293E: hue angle of 351.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1293E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 62 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.24 |
| HSL | 351.71º | 0.65% | 0.46% | - |
| HSV(B) | 351.71º | 0.79% | 0.76% | - |
| XYZ | 23.65 | 13.27 | 5.87 | - |
| YUV | 88.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 62 | 0 | 0.79 | 0.68 | 0.24 | 351.71 | 0.65 | 0.46 |
| Hex | C1 | 29 | 3E | 0 | 4F | 44 | 18 | 160 | 41 | 2E |
| Octal | 301 | 51 | 76 | 0 | 117 | 104 | 30 | 540 | 101 | 56 |
| Binary | 11000001 | 101001 | 111110 | 0 | 1001111 | 1000100 | 11000 | 101100000 | 1000001 | 101110 |
Color Harmonies of #C1293E
Complementary color
Monochromatic Colors of #C1293E
Black with #C1293E
Text Example
Text Example
White with #C1293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1293E; }
p { color: rgb(193,41,62); }
H1.HeaderClassName
{
color: #C1293E;
}
.AnyTagClassName
{
color: #C1293E;
}
</style>
background-color css
<style>
a { background-color: #C1293E; }
a { background-color: rgb(193,41,62); }
div.DivClassName
{
background-color: #C1293E;
}
.BgClassName
{
background-color: #C1293E;
}
</style>
border-color css
<style>
span { border-color: #C1293E; }
span { border-color: rgb(193,41,62); }
td.TdClassName
{
border-color: #C1293E;
}
.TagClassName
{
border-color: #C1293E;
}
</style>