Shades of Brick Red #C9293F
Tints of Brick Red #C9293F
RGB
CMYK
RGB Variations
Color information
#C9293F (or 0xC9293F) is known color: Brick Red. HEX triplet: C9, 29 and 3F. RGB value is (201,41,63). Sum of RGB (Red+Green+Blue) = 201+41+63=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C9293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9293F is #36D6C0. Grayscale: #5B5B5B. Windows color (decimal): -3593921 or 4139465. OLE color: 4139465.
HSL color Cylindrical-coordinate representation of color #C9293F: hue angle of 351.75º 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 #C9293F is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 63 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.21 |
| HSL | 351.75º | 0.66% | 0.47% | - |
| HSV(B) | 351.75º | 0.8% | 0.79% | - |
| XYZ | 25.78 | 14.36 | 6.12 | - |
| YUV | 91.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 63 | 0 | 0.80 | 0.69 | 0.21 | 351.75 | 0.66 | 0.47 |
| Hex | C9 | 29 | 3F | 0 | 50 | 45 | 15 | 160 | 42 | 2F |
| Octal | 311 | 51 | 77 | 0 | 120 | 105 | 25 | 540 | 102 | 57 |
| Binary | 11001001 | 101001 | 111111 | 0 | 1010000 | 1000101 | 10101 | 101100000 | 1000010 | 101111 |
Color Harmonies of #C9293F
Complementary color
Monochromatic Colors of #C9293F
Black with #C9293F
Text Example
Text Example
White with #C9293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9293F; }
p { color: rgb(201,41,63); }
H1.HeaderClassName
{
color: #C9293F;
}
.AnyTagClassName
{
color: #C9293F;
}
</style>
background-color css
<style>
a { background-color: #C9293F; }
a { background-color: rgb(201,41,63); }
div.DivClassName
{
background-color: #C9293F;
}
.BgClassName
{
background-color: #C9293F;
}
</style>
border-color css
<style>
span { border-color: #C9293F; }
span { border-color: rgb(201,41,63); }
td.TdClassName
{
border-color: #C9293F;
}
.TagClassName
{
border-color: #C9293F;
}
</style>