Shades of Brick Red #C93744
Tints of Brick Red #C93744
RGB
CMYK
RGB Variations
Color information
#C93744 (or 0xC93744) is known color: Brick Red. HEX triplet: C9, 37 and 44. RGB value is (201,55,68). Sum of RGB (Red+Green+Blue) = 201+55+68=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C93744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93744 is #36C8BB. Grayscale: #646464. Windows color (decimal): -3590332 or 4470729. OLE color: 4470729.
HSL color Cylindrical-coordinate representation of color #C93744: hue angle of 354.66º 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 #C93744 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 68 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.21 |
| HSL | 354.66º | 0.57% | 0.5% | - |
| HSV(B) | 354.66º | 0.73% | 0.79% | - |
| XYZ | 26.5 | 15.57 | 7.08 | - |
| YUV | 100.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 68 | 0 | 0.73 | 0.66 | 0.21 | 354.66 | 0.57 | 0.5 |
| Hex | C9 | 37 | 44 | 0 | 49 | 42 | 15 | 163 | 39 | 32 |
| Octal | 311 | 67 | 104 | 0 | 111 | 102 | 25 | 543 | 71 | 62 |
| Binary | 11001001 | 110111 | 1000100 | 0 | 1001001 | 1000010 | 10101 | 101100011 | 111001 | 110010 |
Color Harmonies of #C93744
Complementary color
Monochromatic Colors of #C93744
Black with #C93744
Text Example
Text Example
White with #C93744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93744; }
p { color: rgb(201,55,68); }
H1.HeaderClassName
{
color: #C93744;
}
.AnyTagClassName
{
color: #C93744;
}
</style>
background-color css
<style>
a { background-color: #C93744; }
a { background-color: rgb(201,55,68); }
div.DivClassName
{
background-color: #C93744;
}
.BgClassName
{
background-color: #C93744;
}
</style>
border-color css
<style>
span { border-color: #C93744; }
span { border-color: rgb(201,55,68); }
td.TdClassName
{
border-color: #C93744;
}
.TagClassName
{
border-color: #C93744;
}
</style>