Shades of Brick Red #C93247
Tints of Brick Red #C93247
RGB
CMYK
RGB Variations
Color information
#C93247 (or 0xC93247) is known color: Brick Red. HEX triplet: C9, 32 and 47. RGB value is (201,50,71). Sum of RGB (Red+Green+Blue) = 201+50+71=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93247 is #36CDB8. Grayscale: #616161. Windows color (decimal): -3591609 or 4666057. OLE color: 4666057.
HSL color Cylindrical-coordinate representation of color #C93247: hue angle of 351.66º 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 #C93247 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 71 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.21 |
| HSL | 351.66º | 0.6% | 0.49% | - |
| HSV(B) | 351.66º | 0.75% | 0.79% | - |
| XYZ | 26.37 | 15.15 | 7.5 | - |
| YUV | 97.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 71 | 0 | 0.75 | 0.65 | 0.21 | 351.66 | 0.6 | 0.49 |
| Hex | C9 | 32 | 47 | 0 | 4B | 41 | 15 | 160 | 3C | 31 |
| Octal | 311 | 62 | 107 | 0 | 113 | 101 | 25 | 540 | 74 | 61 |
| Binary | 11001001 | 110010 | 1000111 | 0 | 1001011 | 1000001 | 10101 | 101100000 | 111100 | 110001 |
Color Harmonies of #C93247
Complementary color
Monochromatic Colors of #C93247
Black with #C93247
Text Example
Text Example
White with #C93247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93247; }
p { color: rgb(201,50,71); }
H1.HeaderClassName
{
color: #C93247;
}
.AnyTagClassName
{
color: #C93247;
}
</style>
background-color css
<style>
a { background-color: #C93247; }
a { background-color: rgb(201,50,71); }
div.DivClassName
{
background-color: #C93247;
}
.BgClassName
{
background-color: #C93247;
}
</style>
border-color css
<style>
span { border-color: #C93247; }
span { border-color: rgb(201,50,71); }
td.TdClassName
{
border-color: #C93247;
}
.TagClassName
{
border-color: #C93247;
}
</style>