Shades of Brick Red #C23940
Tints of Brick Red #C23940
RGB
CMYK
RGB Variations
Color information
#C23940 (or 0xC23940) is known color: Brick Red. HEX triplet: C2, 39 and 40. RGB value is (194,57,64). Sum of RGB (Red+Green+Blue) = 194+57+64=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23940 is #3DC6BF. Grayscale: #626262. Windows color (decimal): -4048576 or 4209090. OLE color: 4209090.
HSL color Cylindrical-coordinate representation of color #C23940: hue angle of 356.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23940 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 64 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.24 |
| HSL | 356.93º | 0.55% | 0.49% | - |
| HSV(B) | 356.93º | 0.71% | 0.76% | - |
| XYZ | 24.64 | 14.77 | 6.4 | - |
| YUV | 98.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 64 | 0 | 0.71 | 0.67 | 0.24 | 356.93 | 0.55 | 0.49 |
| Hex | C2 | 39 | 40 | 0 | 47 | 43 | 18 | 165 | 37 | 31 |
| Octal | 302 | 71 | 100 | 0 | 107 | 103 | 30 | 545 | 67 | 61 |
| Binary | 11000010 | 111001 | 1000000 | 0 | 1000111 | 1000011 | 11000 | 101100101 | 110111 | 110001 |
Color Harmonies of #C23940
Complementary color
Monochromatic Colors of #C23940
Black with #C23940
Text Example
Text Example
White with #C23940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23940; }
p { color: rgb(194,57,64); }
H1.HeaderClassName
{
color: #C23940;
}
.AnyTagClassName
{
color: #C23940;
}
</style>
background-color css
<style>
a { background-color: #C23940; }
a { background-color: rgb(194,57,64); }
div.DivClassName
{
background-color: #C23940;
}
.BgClassName
{
background-color: #C23940;
}
</style>
border-color css
<style>
span { border-color: #C23940; }
span { border-color: rgb(194,57,64); }
td.TdClassName
{
border-color: #C23940;
}
.TagClassName
{
border-color: #C23940;
}
</style>