Shades of Brick Red #C92938
Tints of Brick Red #C92938
RGB
CMYK
RGB Variations
Color information
#C92938 (or 0xC92938) is known color: Brick Red. HEX triplet: C9, 29 and 38. RGB value is (201,41,56). Sum of RGB (Red+Green+Blue) = 201+41+56=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C92938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92938 is #36D6C7. Grayscale: #5A5A5A. Windows color (decimal): -3593928 or 3680713. OLE color: 3680713.
HSL color Cylindrical-coordinate representation of color #C92938: hue angle of 354.38º degrees, saturation: 0.66, 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 #C92938 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 56 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.21 |
| HSL | 354.38º | 0.66% | 0.47% | - |
| HSV(B) | 354.38º | 0.8% | 0.79% | - |
| XYZ | 25.59 | 14.29 | 5.15 | - |
| YUV | 90.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 56 | 0 | 0.80 | 0.72 | 0.21 | 354.38 | 0.66 | 0.47 |
| Hex | C9 | 29 | 38 | 0 | 50 | 48 | 15 | 162 | 42 | 2F |
| Octal | 311 | 51 | 70 | 0 | 120 | 110 | 25 | 542 | 102 | 57 |
| Binary | 11001001 | 101001 | 111000 | 0 | 1010000 | 1001000 | 10101 | 101100010 | 1000010 | 101111 |
Color Harmonies of #C92938
Complementary color
Monochromatic Colors of #C92938
Black with #C92938
Text Example
Text Example
White with #C92938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92938; }
p { color: rgb(201,41,56); }
H1.HeaderClassName
{
color: #C92938;
}
.AnyTagClassName
{
color: #C92938;
}
</style>
background-color css
<style>
a { background-color: #C92938; }
a { background-color: rgb(201,41,56); }
div.DivClassName
{
background-color: #C92938;
}
.BgClassName
{
background-color: #C92938;
}
</style>
border-color css
<style>
span { border-color: #C92938; }
span { border-color: rgb(201,41,56); }
td.TdClassName
{
border-color: #C92938;
}
.TagClassName
{
border-color: #C92938;
}
</style>