Shades of Brick Red #C93144
Tints of Brick Red #C93144
RGB
CMYK
RGB Variations
Color information
#C93144 (or 0xC93144) is known color: Brick Red. HEX triplet: C9, 31 and 44. RGB value is (201,49,68). Sum of RGB (Red+Green+Blue) = 201+49+68=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C93144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93144 is #36CEBB. Grayscale: #606060. Windows color (decimal): -3591868 or 4469193. OLE color: 4469193.
HSL color Cylindrical-coordinate representation of color #C93144: hue angle of 352.5º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93144 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 68 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.21 |
| HSL | 352.5º | 0.61% | 0.49% | - |
| HSV(B) | 352.5º | 0.76% | 0.79% | - |
| XYZ | 26.23 | 15.03 | 6.99 | - |
| YUV | 96.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 68 | 0 | 0.76 | 0.66 | 0.21 | 352.5 | 0.61 | 0.49 |
| Hex | C9 | 31 | 44 | 0 | 4C | 42 | 15 | 160 | 3D | 31 |
| Octal | 311 | 61 | 104 | 0 | 114 | 102 | 25 | 540 | 75 | 61 |
| Binary | 11001001 | 110001 | 1000100 | 0 | 1001100 | 1000010 | 10101 | 101100000 | 111101 | 110001 |
Color Harmonies of #C93144
Complementary color
Monochromatic Colors of #C93144
Black with #C93144
Text Example
Text Example
White with #C93144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93144; }
p { color: rgb(201,49,68); }
H1.HeaderClassName
{
color: #C93144;
}
.AnyTagClassName
{
color: #C93144;
}
</style>
background-color css
<style>
a { background-color: #C93144; }
a { background-color: rgb(201,49,68); }
div.DivClassName
{
background-color: #C93144;
}
.BgClassName
{
background-color: #C93144;
}
</style>
border-color css
<style>
span { border-color: #C93144; }
span { border-color: rgb(201,49,68); }
td.TdClassName
{
border-color: #C93144;
}
.TagClassName
{
border-color: #C93144;
}
</style>