Shades of Brick Red #C93543
Tints of Brick Red #C93543
RGB
CMYK
RGB Variations
Color information
#C93543 (or 0xC93543) is known color: Brick Red. HEX triplet: C9, 35 and 43. RGB value is (201,53,67). Sum of RGB (Red+Green+Blue) = 201+53+67=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93543 is #36CABC. Grayscale: #626262. Windows color (decimal): -3590845 or 4404681. OLE color: 4404681.
HSL color Cylindrical-coordinate representation of color #C93543: hue angle of 354.32º degrees, saturation: 0.58, 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 #C93543 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 67 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.21 |
| HSL | 354.32º | 0.58% | 0.5% | - |
| HSV(B) | 354.32º | 0.74% | 0.79% | - |
| XYZ | 26.37 | 15.37 | 6.89 | - |
| YUV | 98.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 67 | 0 | 0.74 | 0.67 | 0.21 | 354.32 | 0.58 | 0.5 |
| Hex | C9 | 35 | 43 | 0 | 4A | 43 | 15 | 162 | 3A | 32 |
| Octal | 311 | 65 | 103 | 0 | 112 | 103 | 25 | 542 | 72 | 62 |
| Binary | 11001001 | 110101 | 1000011 | 0 | 1001010 | 1000011 | 10101 | 101100010 | 111010 | 110010 |
Color Harmonies of #C93543
Complementary color
Monochromatic Colors of #C93543
Black with #C93543
Text Example
Text Example
White with #C93543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93543; }
p { color: rgb(201,53,67); }
H1.HeaderClassName
{
color: #C93543;
}
.AnyTagClassName
{
color: #C93543;
}
</style>
background-color css
<style>
a { background-color: #C93543; }
a { background-color: rgb(201,53,67); }
div.DivClassName
{
background-color: #C93543;
}
.BgClassName
{
background-color: #C93543;
}
</style>
border-color css
<style>
span { border-color: #C93543; }
span { border-color: rgb(201,53,67); }
td.TdClassName
{
border-color: #C93543;
}
.TagClassName
{
border-color: #C93543;
}
</style>