Shades of Brick Red #C2293E
Tints of Brick Red #C2293E
RGB
CMYK
RGB Variations
Color information
#C2293E (or 0xC2293E) is known color: Brick Red. HEX triplet: C2, 29 and 3E. RGB value is (194,41,62). Sum of RGB (Red+Green+Blue) = 194+41+62=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2293E is #3DD6C1. Grayscale: #595959. Windows color (decimal): -4052674 or 4073922. OLE color: 4073922.
HSL color Cylindrical-coordinate representation of color #C2293E: hue angle of 351.76º 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 #C2293E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 62 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.24 |
| HSL | 351.76º | 0.65% | 0.46% | - |
| HSV(B) | 351.76º | 0.79% | 0.76% | - |
| XYZ | 23.91 | 13.4 | 5.88 | - |
| YUV | 89.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 62 | 0 | 0.79 | 0.68 | 0.24 | 351.76 | 0.65 | 0.46 |
| Hex | C2 | 29 | 3E | 0 | 4F | 44 | 18 | 160 | 41 | 2E |
| Octal | 302 | 51 | 76 | 0 | 117 | 104 | 30 | 540 | 101 | 56 |
| Binary | 11000010 | 101001 | 111110 | 0 | 1001111 | 1000100 | 11000 | 101100000 | 1000001 | 101110 |
Color Harmonies of #C2293E
Complementary color
Monochromatic Colors of #C2293E
Black with #C2293E
Text Example
Text Example
White with #C2293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2293E; }
p { color: rgb(194,41,62); }
H1.HeaderClassName
{
color: #C2293E;
}
.AnyTagClassName
{
color: #C2293E;
}
</style>
background-color css
<style>
a { background-color: #C2293E; }
a { background-color: rgb(194,41,62); }
div.DivClassName
{
background-color: #C2293E;
}
.BgClassName
{
background-color: #C2293E;
}
</style>
border-color css
<style>
span { border-color: #C2293E; }
span { border-color: rgb(194,41,62); }
td.TdClassName
{
border-color: #C2293E;
}
.TagClassName
{
border-color: #C2293E;
}
</style>