Shades of Brick Red #C93647
Tints of Brick Red #C93647
RGB
CMYK
RGB Variations
Color information
#C93647 (or 0xC93647) is known color: Brick Red. HEX triplet: C9, 36 and 47. RGB value is (201,54,71). Sum of RGB (Red+Green+Blue) = 201+54+71=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C93647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93647 is #36C9B8. Grayscale: #636363. Windows color (decimal): -3590585 or 4667081. OLE color: 4667081.
HSL color Cylindrical-coordinate representation of color #C93647: hue angle of 353.06º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93647 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 71 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.21 |
| HSL | 353.06º | 0.58% | 0.5% | - |
| HSV(B) | 353.06º | 0.73% | 0.79% | - |
| XYZ | 26.54 | 15.51 | 7.56 | - |
| YUV | 99.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 71 | 0 | 0.73 | 0.65 | 0.21 | 353.06 | 0.58 | 0.5 |
| Hex | C9 | 36 | 47 | 0 | 49 | 41 | 15 | 161 | 3A | 32 |
| Octal | 311 | 66 | 107 | 0 | 111 | 101 | 25 | 541 | 72 | 62 |
| Binary | 11001001 | 110110 | 1000111 | 0 | 1001001 | 1000001 | 10101 | 101100001 | 111010 | 110010 |
Color Harmonies of #C93647
Complementary color
Monochromatic Colors of #C93647
Black with #C93647
Text Example
Text Example
White with #C93647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93647; }
p { color: rgb(201,54,71); }
H1.HeaderClassName
{
color: #C93647;
}
.AnyTagClassName
{
color: #C93647;
}
</style>
background-color css
<style>
a { background-color: #C93647; }
a { background-color: rgb(201,54,71); }
div.DivClassName
{
background-color: #C93647;
}
.BgClassName
{
background-color: #C93647;
}
</style>
border-color css
<style>
span { border-color: #C93647; }
span { border-color: rgb(201,54,71); }
td.TdClassName
{
border-color: #C93647;
}
.TagClassName
{
border-color: #C93647;
}
</style>