Shades of Brick Red #C92C44
Tints of Brick Red #C92C44
RGB
CMYK
RGB Variations
Color information
#C92C44 (or 0xC92C44) is known color: Brick Red. HEX triplet: C9, 2C and 44. RGB value is (201,44,68). Sum of RGB (Red+Green+Blue) = 201+44+68=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C44 is #36D3BB. Grayscale: #5D5D5D. Windows color (decimal): -3593148 or 4467913. OLE color: 4467913.
HSL color Cylindrical-coordinate representation of color #C92C44: hue angle of 350.83º 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 #C92C44 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 68 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.21 |
| HSL | 350.83º | 0.64% | 0.48% | - |
| HSV(B) | 350.83º | 0.78% | 0.79% | - |
| XYZ | 26.03 | 14.64 | 6.92 | - |
| YUV | 93.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 68 | 0 | 0.78 | 0.66 | 0.21 | 350.83 | 0.64 | 0.48 |
| Hex | C9 | 2C | 44 | 0 | 4E | 42 | 15 | 15F | 40 | 30 |
| Octal | 311 | 54 | 104 | 0 | 116 | 102 | 25 | 537 | 100 | 60 |
| Binary | 11001001 | 101100 | 1000100 | 0 | 1001110 | 1000010 | 10101 | 101011111 | 1000000 | 110000 |
Color Harmonies of #C92C44
Complementary color
Monochromatic Colors of #C92C44
Black with #C92C44
Text Example
Text Example
White with #C92C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C44; }
p { color: rgb(201,44,68); }
H1.HeaderClassName
{
color: #C92C44;
}
.AnyTagClassName
{
color: #C92C44;
}
</style>
background-color css
<style>
a { background-color: #C92C44; }
a { background-color: rgb(201,44,68); }
div.DivClassName
{
background-color: #C92C44;
}
.BgClassName
{
background-color: #C92C44;
}
</style>
border-color css
<style>
span { border-color: #C92C44; }
span { border-color: rgb(201,44,68); }
td.TdClassName
{
border-color: #C92C44;
}
.TagClassName
{
border-color: #C92C44;
}
</style>