Shades of Brick Red #C9293A
Tints of Brick Red #C9293A
RGB
CMYK
RGB Variations
Color information
#C9293A (or 0xC9293A) is known color: Brick Red. HEX triplet: C9, 29 and 3A. RGB value is (201,41,58). Sum of RGB (Red+Green+Blue) = 201+41+58=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9293A is #36D6C5. Grayscale: #5A5A5A. Windows color (decimal): -3593926 or 3811785. OLE color: 3811785.
HSL color Cylindrical-coordinate representation of color #C9293A: hue angle of 353.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9293A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 58 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.21 |
| HSL | 353.63º | 0.66% | 0.47% | - |
| HSV(B) | 353.63º | 0.8% | 0.79% | - |
| XYZ | 25.64 | 14.31 | 5.41 | - |
| YUV | 90.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 58 | 0 | 0.80 | 0.71 | 0.21 | 353.63 | 0.66 | 0.47 |
| Hex | C9 | 29 | 3A | 0 | 50 | 47 | 15 | 162 | 42 | 2F |
| Octal | 311 | 51 | 72 | 0 | 120 | 107 | 25 | 542 | 102 | 57 |
| Binary | 11001001 | 101001 | 111010 | 0 | 1010000 | 1000111 | 10101 | 101100010 | 1000010 | 101111 |
Color Harmonies of #C9293A
Complementary color
Monochromatic Colors of #C9293A
Black with #C9293A
Text Example
Text Example
White with #C9293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9293A; }
p { color: rgb(201,41,58); }
H1.HeaderClassName
{
color: #C9293A;
}
.AnyTagClassName
{
color: #C9293A;
}
</style>
background-color css
<style>
a { background-color: #C9293A; }
a { background-color: rgb(201,41,58); }
div.DivClassName
{
background-color: #C9293A;
}
.BgClassName
{
background-color: #C9293A;
}
</style>
border-color css
<style>
span { border-color: #C9293A; }
span { border-color: rgb(201,41,58); }
td.TdClassName
{
border-color: #C9293A;
}
.TagClassName
{
border-color: #C9293A;
}
</style>