Shades of Brick Red #C23A47
Tints of Brick Red #C23A47
RGB
CMYK
RGB Variations
Color information
#C23A47 (or 0xC23A47) is known color: Brick Red. HEX triplet: C2, 3A and 47. RGB value is (194,58,71). Sum of RGB (Red+Green+Blue) = 194+58+71=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A47 is #3DC5B8. Grayscale: #646464. Windows color (decimal): -4048313 or 4668098. OLE color: 4668098.
HSL color Cylindrical-coordinate representation of color #C23A47: hue angle of 354.26º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A47 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 71 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.24 |
| HSL | 354.26º | 0.54% | 0.49% | - |
| HSV(B) | 354.26º | 0.7% | 0.76% | - |
| XYZ | 24.9 | 14.95 | 7.53 | - |
| YUV | 100.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 71 | 0 | 0.70 | 0.63 | 0.24 | 354.26 | 0.54 | 0.49 |
| Hex | C2 | 3A | 47 | 0 | 46 | 3F | 18 | 162 | 36 | 31 |
| Octal | 302 | 72 | 107 | 0 | 106 | 77 | 30 | 542 | 66 | 61 |
| Binary | 11000010 | 111010 | 1000111 | 0 | 1000110 | 111111 | 11000 | 101100010 | 110110 | 110001 |
Color Harmonies of #C23A47
Complementary color
Monochromatic Colors of #C23A47
Black with #C23A47
Text Example
Text Example
White with #C23A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A47; }
p { color: rgb(194,58,71); }
H1.HeaderClassName
{
color: #C23A47;
}
.AnyTagClassName
{
color: #C23A47;
}
</style>
background-color css
<style>
a { background-color: #C23A47; }
a { background-color: rgb(194,58,71); }
div.DivClassName
{
background-color: #C23A47;
}
.BgClassName
{
background-color: #C23A47;
}
</style>
border-color css
<style>
span { border-color: #C23A47; }
span { border-color: rgb(194,58,71); }
td.TdClassName
{
border-color: #C23A47;
}
.TagClassName
{
border-color: #C23A47;
}
</style>