Shades of Brick Red #C9343F
Tints of Brick Red #C9343F
RGB
CMYK
RGB Variations
Color information
#C9343F (or 0xC9343F) is known color: Brick Red. HEX triplet: C9, 34 and 3F. RGB value is (201,52,63). Sum of RGB (Red+Green+Blue) = 201+52+63=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343F is #36CBC0. Grayscale: #616161. Windows color (decimal): -3591105 or 4142281. OLE color: 4142281.
HSL color Cylindrical-coordinate representation of color #C9343F: hue angle of 355.57º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9343F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 63 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.21 |
| HSL | 355.57º | 0.59% | 0.5% | - |
| HSV(B) | 355.57º | 0.74% | 0.79% | - |
| XYZ | 26.21 | 15.23 | 6.26 | - |
| YUV | 97.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 63 | 0 | 0.74 | 0.69 | 0.21 | 355.57 | 0.59 | 0.5 |
| Hex | C9 | 34 | 3F | 0 | 4A | 45 | 15 | 164 | 3B | 32 |
| Octal | 311 | 64 | 77 | 0 | 112 | 105 | 25 | 544 | 73 | 62 |
| Binary | 11001001 | 110100 | 111111 | 0 | 1001010 | 1000101 | 10101 | 101100100 | 111011 | 110010 |
Color Harmonies of #C9343F
Complementary color
Monochromatic Colors of #C9343F
Black with #C9343F
Text Example
Text Example
White with #C9343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9343F; }
p { color: rgb(201,52,63); }
H1.HeaderClassName
{
color: #C9343F;
}
.AnyTagClassName
{
color: #C9343F;
}
</style>
background-color css
<style>
a { background-color: #C9343F; }
a { background-color: rgb(201,52,63); }
div.DivClassName
{
background-color: #C9343F;
}
.BgClassName
{
background-color: #C9343F;
}
</style>
border-color css
<style>
span { border-color: #C9343F; }
span { border-color: rgb(201,52,63); }
td.TdClassName
{
border-color: #C9343F;
}
.TagClassName
{
border-color: #C9343F;
}
</style>