Shades of Brick Red #C1313B
Tints of Brick Red #C1313B
RGB
CMYK
RGB Variations
Color information
#C1313B (or 0xC1313B) is known color: Brick Red. HEX triplet: C1, 31 and 3B. RGB value is (193,49,59). Sum of RGB (Red+Green+Blue) = 193+49+59=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1313B is #3ECEC4. Grayscale: #5D5D5D. Windows color (decimal): -4116165 or 3879361. OLE color: 3879361.
HSL color Cylindrical-coordinate representation of color #C1313B: hue angle of 355.83º 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 #C1313B is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 59 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.24 |
| HSL | 355.83º | 0.6% | 0.47% | - |
| HSV(B) | 355.83º | 0.75% | 0.76% | - |
| XYZ | 23.88 | 13.85 | 5.55 | - |
| YUV | 93.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 59 | 0 | 0.75 | 0.69 | 0.24 | 355.83 | 0.6 | 0.47 |
| Hex | C1 | 31 | 3B | 0 | 4B | 45 | 18 | 164 | 3C | 2F |
| Octal | 301 | 61 | 73 | 0 | 113 | 105 | 30 | 544 | 74 | 57 |
| Binary | 11000001 | 110001 | 111011 | 0 | 1001011 | 1000101 | 11000 | 101100100 | 111100 | 101111 |
Color Harmonies of #C1313B
Complementary color
Monochromatic Colors of #C1313B
Black with #C1313B
Text Example
Text Example
White with #C1313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1313B; }
p { color: rgb(193,49,59); }
H1.HeaderClassName
{
color: #C1313B;
}
.AnyTagClassName
{
color: #C1313B;
}
</style>
background-color css
<style>
a { background-color: #C1313B; }
a { background-color: rgb(193,49,59); }
div.DivClassName
{
background-color: #C1313B;
}
.BgClassName
{
background-color: #C1313B;
}
</style>
border-color css
<style>
span { border-color: #C1313B; }
span { border-color: rgb(193,49,59); }
td.TdClassName
{
border-color: #C1313B;
}
.TagClassName
{
border-color: #C1313B;
}
</style>