Shades of Brick Red #C92947
Tints of Brick Red #C92947
RGB
CMYK
RGB Variations
Color information
#C92947 (or 0xC92947) is known color: Brick Red. HEX triplet: C9, 29 and 47. RGB value is (201,41,71). Sum of RGB (Red+Green+Blue) = 201+41+71=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C92947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92947 is #36D6B8. Grayscale: #5C5C5C. Windows color (decimal): -3593913 or 4663753. OLE color: 4663753.
HSL color Cylindrical-coordinate representation of color #C92947: hue angle of 348.75º 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 #C92947 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 71 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.21 |
| HSL | 348.75º | 0.66% | 0.47% | - |
| HSV(B) | 348.75º | 0.8% | 0.79% | - |
| XYZ | 26.02 | 14.46 | 7.38 | - |
| YUV | 92.26 | 116.01 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 71 | 0 | 0.80 | 0.65 | 0.21 | 348.75 | 0.66 | 0.47 |
| Hex | C9 | 29 | 47 | 0 | 50 | 41 | 15 | 15D | 42 | 2F |
| Octal | 311 | 51 | 107 | 0 | 120 | 101 | 25 | 535 | 102 | 57 |
| Binary | 11001001 | 101001 | 1000111 | 0 | 1010000 | 1000001 | 10101 | 101011101 | 1000010 | 101111 |
Color Harmonies of #C92947
Complementary color
Monochromatic Colors of #C92947
Black with #C92947
Text Example
Text Example
White with #C92947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92947; }
p { color: rgb(201,41,71); }
H1.HeaderClassName
{
color: #C92947;
}
.AnyTagClassName
{
color: #C92947;
}
</style>
background-color css
<style>
a { background-color: #C92947; }
a { background-color: rgb(201,41,71); }
div.DivClassName
{
background-color: #C92947;
}
.BgClassName
{
background-color: #C92947;
}
</style>
border-color css
<style>
span { border-color: #C92947; }
span { border-color: rgb(201,41,71); }
td.TdClassName
{
border-color: #C92947;
}
.TagClassName
{
border-color: #C92947;
}
</style>