Shades of Brick Red #C23D46
Tints of Brick Red #C23D46
RGB
CMYK
RGB Variations
Color information
#C23D46 (or 0xC23D46) is known color: Brick Red. HEX triplet: C2, 3D and 46. RGB value is (194,61,70). Sum of RGB (Red+Green+Blue) = 194+61+70=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D46 is #3DC2B9. Grayscale: #656565. Windows color (decimal): -4047546 or 4603330. OLE color: 4603330.
HSL color Cylindrical-coordinate representation of color #C23D46: hue angle of 355.94º 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 #C23D46 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 70 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.24 |
| HSL | 355.94º | 0.52% | 0.5% | - |
| HSV(B) | 355.94º | 0.69% | 0.76% | - |
| XYZ | 25.02 | 15.25 | 7.42 | - |
| YUV | 101.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 70 | 0 | 0.69 | 0.64 | 0.24 | 355.94 | 0.52 | 0.5 |
| Hex | C2 | 3D | 46 | 0 | 45 | 40 | 18 | 164 | 34 | 32 |
| Octal | 302 | 75 | 106 | 0 | 105 | 100 | 30 | 544 | 64 | 62 |
| Binary | 11000010 | 111101 | 1000110 | 0 | 1000101 | 1000000 | 11000 | 101100100 | 110100 | 110010 |
Color Harmonies of #C23D46
Complementary color
Monochromatic Colors of #C23D46
Black with #C23D46
Text Example
Text Example
White with #C23D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D46; }
p { color: rgb(194,61,70); }
H1.HeaderClassName
{
color: #C23D46;
}
.AnyTagClassName
{
color: #C23D46;
}
</style>
background-color css
<style>
a { background-color: #C23D46; }
a { background-color: rgb(194,61,70); }
div.DivClassName
{
background-color: #C23D46;
}
.BgClassName
{
background-color: #C23D46;
}
</style>
border-color css
<style>
span { border-color: #C23D46; }
span { border-color: rgb(194,61,70); }
td.TdClassName
{
border-color: #C23D46;
}
.TagClassName
{
border-color: #C23D46;
}
</style>