Shades of Brick Red #C23745
Tints of Brick Red #C23745
RGB
CMYK
RGB Variations
Color information
#C23745 (or 0xC23745) is known color: Brick Red. HEX triplet: C2, 37 and 45. RGB value is (194,55,69). Sum of RGB (Red+Green+Blue) = 194+55+69=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C23745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23745 is #3DC8BA. Grayscale: #626262. Windows color (decimal): -4049083 or 4536258. OLE color: 4536258.
HSL color Cylindrical-coordinate representation of color #C23745: hue angle of 353.96º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23745 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 69 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.24 |
| HSL | 353.96º | 0.56% | 0.49% | - |
| HSV(B) | 353.96º | 0.72% | 0.76% | - |
| XYZ | 24.69 | 14.63 | 7.15 | - |
| YUV | 98.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 69 | 0 | 0.72 | 0.64 | 0.24 | 353.96 | 0.56 | 0.49 |
| Hex | C2 | 37 | 45 | 0 | 48 | 40 | 18 | 162 | 38 | 31 |
| Octal | 302 | 67 | 105 | 0 | 110 | 100 | 30 | 542 | 70 | 61 |
| Binary | 11000010 | 110111 | 1000101 | 0 | 1001000 | 1000000 | 11000 | 101100010 | 111000 | 110001 |
Color Harmonies of #C23745
Complementary color
Monochromatic Colors of #C23745
Black with #C23745
Text Example
Text Example
White with #C23745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23745; }
p { color: rgb(194,55,69); }
H1.HeaderClassName
{
color: #C23745;
}
.AnyTagClassName
{
color: #C23745;
}
</style>
background-color css
<style>
a { background-color: #C23745; }
a { background-color: rgb(194,55,69); }
div.DivClassName
{
background-color: #C23745;
}
.BgClassName
{
background-color: #C23745;
}
</style>
border-color css
<style>
span { border-color: #C23745; }
span { border-color: rgb(194,55,69); }
td.TdClassName
{
border-color: #C23745;
}
.TagClassName
{
border-color: #C23745;
}
</style>