Shades of Brick Red #C93747
Tints of Brick Red #C93747
RGB
CMYK
RGB Variations
Color information
#C93747 (or 0xC93747) is known color: Brick Red. HEX triplet: C9, 37 and 47. RGB value is (201,55,71). Sum of RGB (Red+Green+Blue) = 201+55+71=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C93747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93747 is #36C8B8. Grayscale: #646464. Windows color (decimal): -3590329 or 4667337. OLE color: 4667337.
HSL color Cylindrical-coordinate representation of color #C93747: hue angle of 353.42º degrees, saturation: 0.57, 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 #C93747 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 71 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.21 |
| HSL | 353.42º | 0.57% | 0.5% | - |
| HSV(B) | 353.42º | 0.73% | 0.79% | - |
| XYZ | 26.59 | 15.6 | 7.57 | - |
| YUV | 100.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 71 | 0 | 0.73 | 0.65 | 0.21 | 353.42 | 0.57 | 0.5 |
| Hex | C9 | 37 | 47 | 0 | 49 | 41 | 15 | 161 | 39 | 32 |
| Octal | 311 | 67 | 107 | 0 | 111 | 101 | 25 | 541 | 71 | 62 |
| Binary | 11001001 | 110111 | 1000111 | 0 | 1001001 | 1000001 | 10101 | 101100001 | 111001 | 110010 |
Color Harmonies of #C93747
Complementary color
Monochromatic Colors of #C93747
Black with #C93747
Text Example
Text Example
White with #C93747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93747; }
p { color: rgb(201,55,71); }
H1.HeaderClassName
{
color: #C93747;
}
.AnyTagClassName
{
color: #C93747;
}
</style>
background-color css
<style>
a { background-color: #C93747; }
a { background-color: rgb(201,55,71); }
div.DivClassName
{
background-color: #C93747;
}
.BgClassName
{
background-color: #C93747;
}
</style>
border-color css
<style>
span { border-color: #C93747; }
span { border-color: rgb(201,55,71); }
td.TdClassName
{
border-color: #C93747;
}
.TagClassName
{
border-color: #C93747;
}
</style>