Shades of Brick Red #C93343
Tints of Brick Red #C93343
RGB
CMYK
RGB Variations
Color information
#C93343 (or 0xC93343) is known color: Brick Red. HEX triplet: C9, 33 and 43. RGB value is (201,51,67). Sum of RGB (Red+Green+Blue) = 201+51+67=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93343 is #36CCBC. Grayscale: #616161. Windows color (decimal): -3591357 or 4404169. OLE color: 4404169.
HSL color Cylindrical-coordinate representation of color #C93343: hue angle of 353.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93343 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 67 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.21 |
| HSL | 353.6º | 0.6% | 0.49% | - |
| HSV(B) | 353.6º | 0.75% | 0.79% | - |
| XYZ | 26.28 | 15.19 | 6.86 | - |
| YUV | 97.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 67 | 0 | 0.75 | 0.67 | 0.21 | 353.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 43 | 0 | 4B | 43 | 15 | 162 | 3C | 31 |
| Octal | 311 | 63 | 103 | 0 | 113 | 103 | 25 | 542 | 74 | 61 |
| Binary | 11001001 | 110011 | 1000011 | 0 | 1001011 | 1000011 | 10101 | 101100010 | 111100 | 110001 |
Color Harmonies of #C93343
Complementary color
Monochromatic Colors of #C93343
Black with #C93343
Text Example
Text Example
White with #C93343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93343; }
p { color: rgb(201,51,67); }
H1.HeaderClassName
{
color: #C93343;
}
.AnyTagClassName
{
color: #C93343;
}
</style>
background-color css
<style>
a { background-color: #C93343; }
a { background-color: rgb(201,51,67); }
div.DivClassName
{
background-color: #C93343;
}
.BgClassName
{
background-color: #C93343;
}
</style>
border-color css
<style>
span { border-color: #C93343; }
span { border-color: rgb(201,51,67); }
td.TdClassName
{
border-color: #C93343;
}
.TagClassName
{
border-color: #C93343;
}
</style>