Shades of Brick Red #C92C42
Tints of Brick Red #C92C42
RGB
CMYK
RGB Variations
Color information
#C92C42 (or 0xC92C42) is known color: Brick Red. HEX triplet: C9, 2C and 42. RGB value is (201,44,66). Sum of RGB (Red+Green+Blue) = 201+44+66=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C42 is #36D3BD. Grayscale: #5D5D5D. Windows color (decimal): -3593150 or 4336841. OLE color: 4336841.
HSL color Cylindrical-coordinate representation of color #C92C42: hue angle of 351.59º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92C42 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 66 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.21 |
| HSL | 351.59º | 0.64% | 0.48% | - |
| HSV(B) | 351.59º | 0.78% | 0.79% | - |
| XYZ | 25.97 | 14.61 | 6.61 | - |
| YUV | 93.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 66 | 0 | 0.78 | 0.67 | 0.21 | 351.59 | 0.64 | 0.48 |
| Hex | C9 | 2C | 42 | 0 | 4E | 43 | 15 | 160 | 40 | 30 |
| Octal | 311 | 54 | 102 | 0 | 116 | 103 | 25 | 540 | 100 | 60 |
| Binary | 11001001 | 101100 | 1000010 | 0 | 1001110 | 1000011 | 10101 | 101100000 | 1000000 | 110000 |
Color Harmonies of #C92C42
Complementary color
Monochromatic Colors of #C92C42
Black with #C92C42
Text Example
Text Example
White with #C92C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C42; }
p { color: rgb(201,44,66); }
H1.HeaderClassName
{
color: #C92C42;
}
.AnyTagClassName
{
color: #C92C42;
}
</style>
background-color css
<style>
a { background-color: #C92C42; }
a { background-color: rgb(201,44,66); }
div.DivClassName
{
background-color: #C92C42;
}
.BgClassName
{
background-color: #C92C42;
}
</style>
border-color css
<style>
span { border-color: #C92C42; }
span { border-color: rgb(201,44,66); }
td.TdClassName
{
border-color: #C92C42;
}
.TagClassName
{
border-color: #C92C42;
}
</style>