Shades of Brick Red #C92444
Tints of Brick Red #C92444
RGB
CMYK
RGB Variations
Color information
#C92444 (or 0xC92444) is known color: Brick Red. HEX triplet: C9, 24 and 44. RGB value is (201,36,68). Sum of RGB (Red+Green+Blue) = 201+36+68=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C92444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92444 is #36DBBB. Grayscale: #595959. Windows color (decimal): -3595196 or 4465865. OLE color: 4465865.
HSL color Cylindrical-coordinate representation of color #C92444: hue angle of 348.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92444 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 68 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.21 |
| HSL | 348.36º | 0.7% | 0.46% | - |
| HSV(B) | 348.36º | 0.82% | 0.79% | - |
| XYZ | 25.76 | 14.1 | 6.83 | - |
| YUV | 88.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 68 | 0 | 0.82 | 0.66 | 0.21 | 348.36 | 0.7 | 0.46 |
| Hex | C9 | 24 | 44 | 0 | 52 | 42 | 15 | 15C | 46 | 2E |
| Octal | 311 | 44 | 104 | 0 | 122 | 102 | 25 | 534 | 106 | 56 |
| Binary | 11001001 | 100100 | 1000100 | 0 | 1010010 | 1000010 | 10101 | 101011100 | 1000110 | 101110 |
Color Harmonies of #C92444
Complementary color
Monochromatic Colors of #C92444
Black with #C92444
Text Example
Text Example
White with #C92444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92444; }
p { color: rgb(201,36,68); }
H1.HeaderClassName
{
color: #C92444;
}
.AnyTagClassName
{
color: #C92444;
}
</style>
background-color css
<style>
a { background-color: #C92444; }
a { background-color: rgb(201,36,68); }
div.DivClassName
{
background-color: #C92444;
}
.BgClassName
{
background-color: #C92444;
}
</style>
border-color css
<style>
span { border-color: #C92444; }
span { border-color: rgb(201,36,68); }
td.TdClassName
{
border-color: #C92444;
}
.TagClassName
{
border-color: #C92444;
}
</style>