Shades of Brick Red #C92837
Tints of Brick Red #C92837
RGB
CMYK
RGB Variations
Color information
#C92837 (or 0xC92837) is known color: Brick Red. HEX triplet: C9, 28 and 37. RGB value is (201,40,55). Sum of RGB (Red+Green+Blue) = 201+40+55=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C92837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92837 is #36D7C8. Grayscale: #595959. Windows color (decimal): -3594185 or 3614921. OLE color: 3614921.
HSL color Cylindrical-coordinate representation of color #C92837: hue angle of 354.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92837 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 55 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.21 |
| HSL | 354.41º | 0.67% | 0.47% | - |
| HSV(B) | 354.41º | 0.8% | 0.79% | - |
| XYZ | 25.54 | 14.21 | 5.01 | - |
| YUV | 89.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 55 | 0 | 0.80 | 0.73 | 0.21 | 354.41 | 0.67 | 0.47 |
| Hex | C9 | 28 | 37 | 0 | 50 | 49 | 15 | 162 | 43 | 2F |
| Octal | 311 | 50 | 67 | 0 | 120 | 111 | 25 | 542 | 103 | 57 |
| Binary | 11001001 | 101000 | 110111 | 0 | 1010000 | 1001001 | 10101 | 101100010 | 1000011 | 101111 |
Color Harmonies of #C92837
Complementary color
Monochromatic Colors of #C92837
Black with #C92837
Text Example
Text Example
White with #C92837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92837; }
p { color: rgb(201,40,55); }
H1.HeaderClassName
{
color: #C92837;
}
.AnyTagClassName
{
color: #C92837;
}
</style>
background-color css
<style>
a { background-color: #C92837; }
a { background-color: rgb(201,40,55); }
div.DivClassName
{
background-color: #C92837;
}
.BgClassName
{
background-color: #C92837;
}
</style>
border-color css
<style>
span { border-color: #C92837; }
span { border-color: rgb(201,40,55); }
td.TdClassName
{
border-color: #C92837;
}
.TagClassName
{
border-color: #C92837;
}
</style>