Shades of Brick Red #C1313E
Tints of Brick Red #C1313E
RGB
CMYK
RGB Variations
Color information
#C1313E (or 0xC1313E) is known color: Brick Red. HEX triplet: C1, 31 and 3E. RGB value is (193,49,62). Sum of RGB (Red+Green+Blue) = 193+49+62=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1313E is #3ECEC1. Grayscale: #5D5D5D. Windows color (decimal): -4116162 or 4075969. OLE color: 4075969.
HSL color Cylindrical-coordinate representation of color #C1313E: hue angle of 354.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1313E is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 62 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.24 |
| HSL | 354.58º | 0.6% | 0.47% | - |
| HSV(B) | 354.58º | 0.75% | 0.76% | - |
| XYZ | 23.96 | 13.88 | 5.97 | - |
| YUV | 93.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 62 | 0 | 0.75 | 0.68 | 0.24 | 354.58 | 0.6 | 0.47 |
| Hex | C1 | 31 | 3E | 0 | 4B | 44 | 18 | 163 | 3C | 2F |
| Octal | 301 | 61 | 76 | 0 | 113 | 104 | 30 | 543 | 74 | 57 |
| Binary | 11000001 | 110001 | 111110 | 0 | 1001011 | 1000100 | 11000 | 101100011 | 111100 | 101111 |
Color Harmonies of #C1313E
Complementary color
Monochromatic Colors of #C1313E
Black with #C1313E
Text Example
Text Example
White with #C1313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1313E; }
p { color: rgb(193,49,62); }
H1.HeaderClassName
{
color: #C1313E;
}
.AnyTagClassName
{
color: #C1313E;
}
</style>
background-color css
<style>
a { background-color: #C1313E; }
a { background-color: rgb(193,49,62); }
div.DivClassName
{
background-color: #C1313E;
}
.BgClassName
{
background-color: #C1313E;
}
</style>
border-color css
<style>
span { border-color: #C1313E; }
span { border-color: rgb(193,49,62); }
td.TdClassName
{
border-color: #C1313E;
}
.TagClassName
{
border-color: #C1313E;
}
</style>