Shades of Brick Red #C9293C
Tints of Brick Red #C9293C
RGB
CMYK
RGB Variations
Color information
#C9293C (or 0xC9293C) is known color: Brick Red. HEX triplet: C9, 29 and 3C. RGB value is (201,41,60). Sum of RGB (Red+Green+Blue) = 201+41+60=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9293C is #36D6C3. Grayscale: #5B5B5B. Windows color (decimal): -3593924 or 3942857. OLE color: 3942857.
HSL color Cylindrical-coordinate representation of color #C9293C: hue angle of 352.88º 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 #C9293C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 60 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.21 |
| HSL | 352.88º | 0.66% | 0.47% | - |
| HSV(B) | 352.88º | 0.8% | 0.79% | - |
| XYZ | 25.7 | 14.33 | 5.69 | - |
| YUV | 91.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 60 | 0 | 0.80 | 0.70 | 0.21 | 352.88 | 0.66 | 0.47 |
| Hex | C9 | 29 | 3C | 0 | 50 | 46 | 15 | 161 | 42 | 2F |
| Octal | 311 | 51 | 74 | 0 | 120 | 106 | 25 | 541 | 102 | 57 |
| Binary | 11001001 | 101001 | 111100 | 0 | 1010000 | 1000110 | 10101 | 101100001 | 1000010 | 101111 |
Color Harmonies of #C9293C
Complementary color
Monochromatic Colors of #C9293C
Black with #C9293C
Text Example
Text Example
White with #C9293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9293C; }
p { color: rgb(201,41,60); }
H1.HeaderClassName
{
color: #C9293C;
}
.AnyTagClassName
{
color: #C9293C;
}
</style>
background-color css
<style>
a { background-color: #C9293C; }
a { background-color: rgb(201,41,60); }
div.DivClassName
{
background-color: #C9293C;
}
.BgClassName
{
background-color: #C9293C;
}
</style>
border-color css
<style>
span { border-color: #C9293C; }
span { border-color: rgb(201,41,60); }
td.TdClassName
{
border-color: #C9293C;
}
.TagClassName
{
border-color: #C9293C;
}
</style>