Shades of Brick Red #C93243
Tints of Brick Red #C93243
RGB
CMYK
RGB Variations
Color information
#C93243 (or 0xC93243) is known color: Brick Red. HEX triplet: C9, 32 and 43. RGB value is (201,50,67). Sum of RGB (Red+Green+Blue) = 201+50+67=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C93243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93243 is #36CDBC. Grayscale: #616161. Windows color (decimal): -3591613 or 4403913. OLE color: 4403913.
HSL color Cylindrical-coordinate representation of color #C93243: hue angle of 353.25º 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 #C93243 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 67 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.21 |
| HSL | 353.25º | 0.6% | 0.49% | - |
| HSV(B) | 353.25º | 0.75% | 0.79% | - |
| XYZ | 26.24 | 15.1 | 6.84 | - |
| YUV | 97.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 67 | 0 | 0.75 | 0.67 | 0.21 | 353.25 | 0.6 | 0.49 |
| Hex | C9 | 32 | 43 | 0 | 4B | 43 | 15 | 161 | 3C | 31 |
| Octal | 311 | 62 | 103 | 0 | 113 | 103 | 25 | 541 | 74 | 61 |
| Binary | 11001001 | 110010 | 1000011 | 0 | 1001011 | 1000011 | 10101 | 101100001 | 111100 | 110001 |
Color Harmonies of #C93243
Complementary color
Monochromatic Colors of #C93243
Black with #C93243
Text Example
Text Example
White with #C93243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93243; }
p { color: rgb(201,50,67); }
H1.HeaderClassName
{
color: #C93243;
}
.AnyTagClassName
{
color: #C93243;
}
</style>
background-color css
<style>
a { background-color: #C93243; }
a { background-color: rgb(201,50,67); }
div.DivClassName
{
background-color: #C93243;
}
.BgClassName
{
background-color: #C93243;
}
</style>
border-color css
<style>
span { border-color: #C93243; }
span { border-color: rgb(201,50,67); }
td.TdClassName
{
border-color: #C93243;
}
.TagClassName
{
border-color: #C93243;
}
</style>