Shades of Brick Red #C23A41
Tints of Brick Red #C23A41
RGB
CMYK
RGB Variations
Color information
#C23A41 (or 0xC23A41) is known color: Brick Red. HEX triplet: C2, 3A and 41. RGB value is (194,58,65). Sum of RGB (Red+Green+Blue) = 194+58+65=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A41 is #3DC5BE. Grayscale: #636363. Windows color (decimal): -4048319 or 4274882. OLE color: 4274882.
HSL color Cylindrical-coordinate representation of color #C23A41: hue angle of 356.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A41 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 65 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.24 |
| HSL | 356.91º | 0.54% | 0.49% | - |
| HSV(B) | 356.91º | 0.7% | 0.76% | - |
| XYZ | 24.72 | 14.88 | 6.57 | - |
| YUV | 99.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 65 | 0 | 0.70 | 0.66 | 0.24 | 356.91 | 0.54 | 0.49 |
| Hex | C2 | 3A | 41 | 0 | 46 | 42 | 18 | 165 | 36 | 31 |
| Octal | 302 | 72 | 101 | 0 | 106 | 102 | 30 | 545 | 66 | 61 |
| Binary | 11000010 | 111010 | 1000001 | 0 | 1000110 | 1000010 | 11000 | 101100101 | 110110 | 110001 |
Color Harmonies of #C23A41
Complementary color
Monochromatic Colors of #C23A41
Black with #C23A41
Text Example
Text Example
White with #C23A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A41; }
p { color: rgb(194,58,65); }
H1.HeaderClassName
{
color: #C23A41;
}
.AnyTagClassName
{
color: #C23A41;
}
</style>
background-color css
<style>
a { background-color: #C23A41; }
a { background-color: rgb(194,58,65); }
div.DivClassName
{
background-color: #C23A41;
}
.BgClassName
{
background-color: #C23A41;
}
</style>
border-color css
<style>
span { border-color: #C23A41; }
span { border-color: rgb(194,58,65); }
td.TdClassName
{
border-color: #C23A41;
}
.TagClassName
{
border-color: #C23A41;
}
</style>