Shades of Brick Red #C23945
Tints of Brick Red #C23945
RGB
CMYK
RGB Variations
Color information
#C23945 (or 0xC23945) is known color: Brick Red. HEX triplet: C2, 39 and 45. RGB value is (194,57,69). Sum of RGB (Red+Green+Blue) = 194+57+69=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C23945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23945 is #3DC6BA. Grayscale: #636363. Windows color (decimal): -4048571 or 4536770. OLE color: 4536770.
HSL color Cylindrical-coordinate representation of color #C23945: hue angle of 354.74º 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 #C23945 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 69 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.24 |
| HSL | 354.74º | 0.55% | 0.49% | - |
| HSV(B) | 354.74º | 0.71% | 0.76% | - |
| XYZ | 24.79 | 14.83 | 7.19 | - |
| YUV | 99.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 69 | 0 | 0.71 | 0.64 | 0.24 | 354.74 | 0.55 | 0.49 |
| Hex | C2 | 39 | 45 | 0 | 47 | 40 | 18 | 163 | 37 | 31 |
| Octal | 302 | 71 | 105 | 0 | 107 | 100 | 30 | 543 | 67 | 61 |
| Binary | 11000010 | 111001 | 1000101 | 0 | 1000111 | 1000000 | 11000 | 101100011 | 110111 | 110001 |
Color Harmonies of #C23945
Complementary color
Monochromatic Colors of #C23945
Black with #C23945
Text Example
Text Example
White with #C23945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23945; }
p { color: rgb(194,57,69); }
H1.HeaderClassName
{
color: #C23945;
}
.AnyTagClassName
{
color: #C23945;
}
</style>
background-color css
<style>
a { background-color: #C23945; }
a { background-color: rgb(194,57,69); }
div.DivClassName
{
background-color: #C23945;
}
.BgClassName
{
background-color: #C23945;
}
</style>
border-color css
<style>
span { border-color: #C23945; }
span { border-color: rgb(194,57,69); }
td.TdClassName
{
border-color: #C23945;
}
.TagClassName
{
border-color: #C23945;
}
</style>