Shades of Brick Red #C23140
Tints of Brick Red #C23140
RGB
CMYK
RGB Variations
Color information
#C23140 (or 0xC23140) is known color: Brick Red. HEX triplet: C2, 31 and 40. RGB value is (194,49,64). Sum of RGB (Red+Green+Blue) = 194+49+64=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C23140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23140 is #3DCEBF. Grayscale: #5E5E5E. Windows color (decimal): -4050624 or 4207042. OLE color: 4207042.
HSL color Cylindrical-coordinate representation of color #C23140: hue angle of 353.79º 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 #C23140 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 64 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.24 |
| HSL | 353.79º | 0.6% | 0.48% | - |
| HSV(B) | 353.79º | 0.75% | 0.76% | - |
| XYZ | 24.27 | 14.04 | 6.28 | - |
| YUV | 94.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 64 | 0 | 0.75 | 0.67 | 0.24 | 353.79 | 0.6 | 0.48 |
| Hex | C2 | 31 | 40 | 0 | 4B | 43 | 18 | 162 | 3C | 30 |
| Octal | 302 | 61 | 100 | 0 | 113 | 103 | 30 | 542 | 74 | 60 |
| Binary | 11000010 | 110001 | 1000000 | 0 | 1001011 | 1000011 | 11000 | 101100010 | 111100 | 110000 |
Color Harmonies of #C23140
Complementary color
Monochromatic Colors of #C23140
Black with #C23140
Text Example
Text Example
White with #C23140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23140; }
p { color: rgb(194,49,64); }
H1.HeaderClassName
{
color: #C23140;
}
.AnyTagClassName
{
color: #C23140;
}
</style>
background-color css
<style>
a { background-color: #C23140; }
a { background-color: rgb(194,49,64); }
div.DivClassName
{
background-color: #C23140;
}
.BgClassName
{
background-color: #C23140;
}
</style>
border-color css
<style>
span { border-color: #C23140; }
span { border-color: rgb(194,49,64); }
td.TdClassName
{
border-color: #C23140;
}
.TagClassName
{
border-color: #C23140;
}
</style>