Shades of Brick Red #C93241
Tints of Brick Red #C93241
RGB
CMYK
RGB Variations
Color information
#C93241 (or 0xC93241) is known color: Brick Red. HEX triplet: C9, 32 and 41. RGB value is (201,50,65). Sum of RGB (Red+Green+Blue) = 201+50+65=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C93241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93241 is #36CDBE. Grayscale: #606060. Windows color (decimal): -3591615 or 4272841. OLE color: 4272841.
HSL color Cylindrical-coordinate representation of color #C93241: hue angle of 354.04º 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 #C93241 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 65 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.21 |
| HSL | 354.04º | 0.6% | 0.49% | - |
| HSV(B) | 354.04º | 0.75% | 0.79% | - |
| XYZ | 26.18 | 15.08 | 6.53 | - |
| YUV | 96.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 65 | 0 | 0.75 | 0.68 | 0.21 | 354.04 | 0.6 | 0.49 |
| Hex | C9 | 32 | 41 | 0 | 4B | 44 | 15 | 162 | 3C | 31 |
| Octal | 311 | 62 | 101 | 0 | 113 | 104 | 25 | 542 | 74 | 61 |
| Binary | 11001001 | 110010 | 1000001 | 0 | 1001011 | 1000100 | 10101 | 101100010 | 111100 | 110001 |
Color Harmonies of #C93241
Complementary color
Monochromatic Colors of #C93241
Black with #C93241
Text Example
Text Example
White with #C93241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93241; }
p { color: rgb(201,50,65); }
H1.HeaderClassName
{
color: #C93241;
}
.AnyTagClassName
{
color: #C93241;
}
</style>
background-color css
<style>
a { background-color: #C93241; }
a { background-color: rgb(201,50,65); }
div.DivClassName
{
background-color: #C93241;
}
.BgClassName
{
background-color: #C93241;
}
</style>
border-color css
<style>
span { border-color: #C93241; }
span { border-color: rgb(201,50,65); }
td.TdClassName
{
border-color: #C93241;
}
.TagClassName
{
border-color: #C93241;
}
</style>