Shades of Brick Red #C23F49
Tints of Brick Red #C23F49
RGB
CMYK
RGB Variations
Color information
#C23F49 (or 0xC23F49) is known color: Brick Red. HEX triplet: C2, 3F and 49. RGB value is (194,63,73). Sum of RGB (Red+Green+Blue) = 194+63+73=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F49 is #3DC0B6. Grayscale: #676767. Windows color (decimal): -4047031 or 4800450. OLE color: 4800450.
HSL color Cylindrical-coordinate representation of color #C23F49: hue angle of 355.42º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F49 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 73 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.24 |
| HSL | 355.42º | 0.52% | 0.5% | - |
| HSV(B) | 355.42º | 0.68% | 0.76% | - |
| XYZ | 25.23 | 15.51 | 7.97 | - |
| YUV | 103.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 73 | 0 | 0.68 | 0.62 | 0.24 | 355.42 | 0.52 | 0.5 |
| Hex | C2 | 3F | 49 | 0 | 44 | 3E | 18 | 163 | 34 | 32 |
| Octal | 302 | 77 | 111 | 0 | 104 | 76 | 30 | 543 | 64 | 62 |
| Binary | 11000010 | 111111 | 1001001 | 0 | 1000100 | 111110 | 11000 | 101100011 | 110100 | 110010 |
Color Harmonies of #C23F49
Complementary color
Monochromatic Colors of #C23F49
Black with #C23F49
Text Example
Text Example
White with #C23F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F49; }
p { color: rgb(194,63,73); }
H1.HeaderClassName
{
color: #C23F49;
}
.AnyTagClassName
{
color: #C23F49;
}
</style>
background-color css
<style>
a { background-color: #C23F49; }
a { background-color: rgb(194,63,73); }
div.DivClassName
{
background-color: #C23F49;
}
.BgClassName
{
background-color: #C23F49;
}
</style>
border-color css
<style>
span { border-color: #C23F49; }
span { border-color: rgb(194,63,73); }
td.TdClassName
{
border-color: #C23F49;
}
.TagClassName
{
border-color: #C23F49;
}
</style>