Shades of Brick Red #C92644
Tints of Brick Red #C92644
RGB
CMYK
RGB Variations
Color information
#C92644 (or 0xC92644) is known color: Brick Red. HEX triplet: C9, 26 and 44. RGB value is (201,38,68). Sum of RGB (Red+Green+Blue) = 201+38+68=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C92644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92644 is #36D9BB. Grayscale: #5A5A5A. Windows color (decimal): -3594684 or 4466377. OLE color: 4466377.
HSL color Cylindrical-coordinate representation of color #C92644: hue angle of 348.96º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92644 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 68 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.21 |
| HSL | 348.96º | 0.68% | 0.47% | - |
| HSV(B) | 348.96º | 0.81% | 0.79% | - |
| XYZ | 25.82 | 14.22 | 6.85 | - |
| YUV | 90.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 68 | 0 | 0.81 | 0.66 | 0.21 | 348.96 | 0.68 | 0.47 |
| Hex | C9 | 26 | 44 | 0 | 51 | 42 | 15 | 15D | 44 | 2F |
| Octal | 311 | 46 | 104 | 0 | 121 | 102 | 25 | 535 | 104 | 57 |
| Binary | 11001001 | 100110 | 1000100 | 0 | 1010001 | 1000010 | 10101 | 101011101 | 1000100 | 101111 |
Color Harmonies of #C92644
Complementary color
Monochromatic Colors of #C92644
Black with #C92644
Text Example
Text Example
White with #C92644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92644; }
p { color: rgb(201,38,68); }
H1.HeaderClassName
{
color: #C92644;
}
.AnyTagClassName
{
color: #C92644;
}
</style>
background-color css
<style>
a { background-color: #C92644; }
a { background-color: rgb(201,38,68); }
div.DivClassName
{
background-color: #C92644;
}
.BgClassName
{
background-color: #C92644;
}
</style>
border-color css
<style>
span { border-color: #C92644; }
span { border-color: rgb(201,38,68); }
td.TdClassName
{
border-color: #C92644;
}
.TagClassName
{
border-color: #C92644;
}
</style>