Shades of Brick Red #C23D47
Tints of Brick Red #C23D47
RGB
CMYK
RGB Variations
Color information
#C23D47 (or 0xC23D47) is known color: Brick Red. HEX triplet: C2, 3D and 47. RGB value is (194,61,71). Sum of RGB (Red+Green+Blue) = 194+61+71=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D47 is #3DC2B8. Grayscale: #666666. Windows color (decimal): -4047545 or 4668866. OLE color: 4668866.
HSL color Cylindrical-coordinate representation of color #C23D47: hue angle of 355.49º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23D47 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 71 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.24 |
| HSL | 355.49º | 0.52% | 0.5% | - |
| HSV(B) | 355.49º | 0.69% | 0.76% | - |
| XYZ | 25.05 | 15.26 | 7.59 | - |
| YUV | 101.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 71 | 0 | 0.69 | 0.63 | 0.24 | 355.49 | 0.52 | 0.5 |
| Hex | C2 | 3D | 47 | 0 | 45 | 3F | 18 | 163 | 34 | 32 |
| Octal | 302 | 75 | 107 | 0 | 105 | 77 | 30 | 543 | 64 | 62 |
| Binary | 11000010 | 111101 | 1000111 | 0 | 1000101 | 111111 | 11000 | 101100011 | 110100 | 110010 |
Color Harmonies of #C23D47
Complementary color
Monochromatic Colors of #C23D47
Black with #C23D47
Text Example
Text Example
White with #C23D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D47; }
p { color: rgb(194,61,71); }
H1.HeaderClassName
{
color: #C23D47;
}
.AnyTagClassName
{
color: #C23D47;
}
</style>
background-color css
<style>
a { background-color: #C23D47; }
a { background-color: rgb(194,61,71); }
div.DivClassName
{
background-color: #C23D47;
}
.BgClassName
{
background-color: #C23D47;
}
</style>
border-color css
<style>
span { border-color: #C23D47; }
span { border-color: rgb(194,61,71); }
td.TdClassName
{
border-color: #C23D47;
}
.TagClassName
{
border-color: #C23D47;
}
</style>