Shades of Brick Red #C23543
Tints of Brick Red #C23543
RGB
CMYK
RGB Variations
Color information
#C23543 (or 0xC23543) is known color: Brick Red. HEX triplet: C2, 35 and 43. RGB value is (194,53,67). Sum of RGB (Red+Green+Blue) = 194+53+67=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C23543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23543 is #3DCABC. Grayscale: #606060. Windows color (decimal): -4049597 or 4404674. OLE color: 4404674.
HSL color Cylindrical-coordinate representation of color #C23543: hue angle of 354.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23543 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 67 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.24 |
| HSL | 354.04º | 0.57% | 0.48% | - |
| HSV(B) | 354.04º | 0.73% | 0.76% | - |
| XYZ | 24.53 | 14.42 | 6.8 | - |
| YUV | 96.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 67 | 0 | 0.73 | 0.65 | 0.24 | 354.04 | 0.57 | 0.48 |
| Hex | C2 | 35 | 43 | 0 | 49 | 41 | 18 | 162 | 39 | 30 |
| Octal | 302 | 65 | 103 | 0 | 111 | 101 | 30 | 542 | 71 | 60 |
| Binary | 11000010 | 110101 | 1000011 | 0 | 1001001 | 1000001 | 11000 | 101100010 | 111001 | 110000 |
Color Harmonies of #C23543
Complementary color
Monochromatic Colors of #C23543
Black with #C23543
Text Example
Text Example
White with #C23543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23543; }
p { color: rgb(194,53,67); }
H1.HeaderClassName
{
color: #C23543;
}
.AnyTagClassName
{
color: #C23543;
}
</style>
background-color css
<style>
a { background-color: #C23543; }
a { background-color: rgb(194,53,67); }
div.DivClassName
{
background-color: #C23543;
}
.BgClassName
{
background-color: #C23543;
}
</style>
border-color css
<style>
span { border-color: #C23543; }
span { border-color: rgb(194,53,67); }
td.TdClassName
{
border-color: #C23543;
}
.TagClassName
{
border-color: #C23543;
}
</style>