Shades of Brick Red #C2313C
Tints of Brick Red #C2313C
RGB
CMYK
RGB Variations
Color information
#C2313C (or 0xC2313C) is known color: Brick Red. HEX triplet: C2, 31 and 3C. RGB value is (194,49,60). Sum of RGB (Red+Green+Blue) = 194+49+60=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2313C is #3DCEC3. Grayscale: #5D5D5D. Windows color (decimal): -4050628 or 3944898. OLE color: 3944898.
HSL color Cylindrical-coordinate representation of color #C2313C: hue angle of 355.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2313C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 60 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.24 |
| HSL | 355.45º | 0.6% | 0.48% | - |
| HSV(B) | 355.45º | 0.75% | 0.76% | - |
| XYZ | 24.16 | 13.99 | 5.7 | - |
| YUV | 93.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 60 | 0 | 0.75 | 0.69 | 0.24 | 355.45 | 0.6 | 0.48 |
| Hex | C2 | 31 | 3C | 0 | 4B | 45 | 18 | 163 | 3C | 30 |
| Octal | 302 | 61 | 74 | 0 | 113 | 105 | 30 | 543 | 74 | 60 |
| Binary | 11000010 | 110001 | 111100 | 0 | 1001011 | 1000101 | 11000 | 101100011 | 111100 | 110000 |
Color Harmonies of #C2313C
Complementary color
Monochromatic Colors of #C2313C
Black with #C2313C
Text Example
Text Example
White with #C2313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2313C; }
p { color: rgb(194,49,60); }
H1.HeaderClassName
{
color: #C2313C;
}
.AnyTagClassName
{
color: #C2313C;
}
</style>
background-color css
<style>
a { background-color: #C2313C; }
a { background-color: rgb(194,49,60); }
div.DivClassName
{
background-color: #C2313C;
}
.BgClassName
{
background-color: #C2313C;
}
</style>
border-color css
<style>
span { border-color: #C2313C; }
span { border-color: rgb(194,49,60); }
td.TdClassName
{
border-color: #C2313C;
}
.TagClassName
{
border-color: #C2313C;
}
</style>