Shades of Brick Red #C2313E
Tints of Brick Red #C2313E
RGB
CMYK
RGB Variations
Color information
#C2313E (or 0xC2313E) is known color: Brick Red. HEX triplet: C2, 31 and 3E. RGB value is (194,49,62). Sum of RGB (Red+Green+Blue) = 194+49+62=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2313E is #3DCEC1. Grayscale: #5D5D5D. Windows color (decimal): -4050626 or 4075970. OLE color: 4075970.
HSL color Cylindrical-coordinate representation of color #C2313E: hue angle of 354.62º 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 #C2313E is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 62 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.24 |
| HSL | 354.62º | 0.6% | 0.48% | - |
| HSV(B) | 354.62º | 0.75% | 0.76% | - |
| XYZ | 24.22 | 14.01 | 5.99 | - |
| YUV | 93.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 62 | 0 | 0.75 | 0.68 | 0.24 | 354.62 | 0.6 | 0.48 |
| Hex | C2 | 31 | 3E | 0 | 4B | 44 | 18 | 163 | 3C | 30 |
| Octal | 302 | 61 | 76 | 0 | 113 | 104 | 30 | 543 | 74 | 60 |
| Binary | 11000010 | 110001 | 111110 | 0 | 1001011 | 1000100 | 11000 | 101100011 | 111100 | 110000 |
Color Harmonies of #C2313E
Complementary color
Monochromatic Colors of #C2313E
Black with #C2313E
Text Example
Text Example
White with #C2313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2313E; }
p { color: rgb(194,49,62); }
H1.HeaderClassName
{
color: #C2313E;
}
.AnyTagClassName
{
color: #C2313E;
}
</style>
background-color css
<style>
a { background-color: #C2313E; }
a { background-color: rgb(194,49,62); }
div.DivClassName
{
background-color: #C2313E;
}
.BgClassName
{
background-color: #C2313E;
}
</style>
border-color css
<style>
span { border-color: #C2313E; }
span { border-color: rgb(194,49,62); }
td.TdClassName
{
border-color: #C2313E;
}
.TagClassName
{
border-color: #C2313E;
}
</style>