Shades of Brick Red #C23943
Tints of Brick Red #C23943
RGB
CMYK
RGB Variations
Color information
#C23943 (or 0xC23943) is known color: Brick Red. HEX triplet: C2, 39 and 43. RGB value is (194,57,67). Sum of RGB (Red+Green+Blue) = 194+57+67=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C23943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23943 is #3DC6BC. Grayscale: #636363. Windows color (decimal): -4048573 or 4405698. OLE color: 4405698.
HSL color Cylindrical-coordinate representation of color #C23943: hue angle of 355.62º 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 #C23943 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 67 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.24 |
| HSL | 355.62º | 0.55% | 0.49% | - |
| HSV(B) | 355.62º | 0.71% | 0.76% | - |
| XYZ | 24.72 | 14.8 | 6.86 | - |
| YUV | 99.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 67 | 0 | 0.71 | 0.65 | 0.24 | 355.62 | 0.55 | 0.49 |
| Hex | C2 | 39 | 43 | 0 | 47 | 41 | 18 | 164 | 37 | 31 |
| Octal | 302 | 71 | 103 | 0 | 107 | 101 | 30 | 544 | 67 | 61 |
| Binary | 11000010 | 111001 | 1000011 | 0 | 1000111 | 1000001 | 11000 | 101100100 | 110111 | 110001 |
Color Harmonies of #C23943
Complementary color
Monochromatic Colors of #C23943
Black with #C23943
Text Example
Text Example
White with #C23943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23943; }
p { color: rgb(194,57,67); }
H1.HeaderClassName
{
color: #C23943;
}
.AnyTagClassName
{
color: #C23943;
}
</style>
background-color css
<style>
a { background-color: #C23943; }
a { background-color: rgb(194,57,67); }
div.DivClassName
{
background-color: #C23943;
}
.BgClassName
{
background-color: #C23943;
}
</style>
border-color css
<style>
span { border-color: #C23943; }
span { border-color: rgb(194,57,67); }
td.TdClassName
{
border-color: #C23943;
}
.TagClassName
{
border-color: #C23943;
}
</style>