Shades of Brick Red #C22640
Tints of Brick Red #C22640
RGB
CMYK
RGB Variations
Color information
#C22640 (or 0xC22640) is known color: Brick Red. HEX triplet: C2, 26 and 40. RGB value is (194,38,64). Sum of RGB (Red+Green+Blue) = 194+38+64=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C22640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22640 is #3DD9BF. Grayscale: #575757. Windows color (decimal): -4053440 or 4204226. OLE color: 4204226.
HSL color Cylindrical-coordinate representation of color #C22640: hue angle of 350º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22640 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 64 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.24 |
| HSL | 350º | 0.67% | 0.45% | - |
| HSV(B) | 350º | 0.8% | 0.76% | - |
| XYZ | 23.87 | 13.23 | 6.15 | - |
| YUV | 87.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 64 | 0 | 0.80 | 0.67 | 0.24 | 350 | 0.67 | 0.45 |
| Hex | C2 | 26 | 40 | 0 | 50 | 43 | 18 | 15E | 43 | 2D |
| Octal | 302 | 46 | 100 | 0 | 120 | 103 | 30 | 536 | 103 | 55 |
| Binary | 11000010 | 100110 | 1000000 | 0 | 1010000 | 1000011 | 11000 | 101011110 | 1000011 | 101101 |
Color Harmonies of #C22640
Complementary color
Monochromatic Colors of #C22640
Black with #C22640
Text Example
Text Example
White with #C22640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22640; }
p { color: rgb(194,38,64); }
H1.HeaderClassName
{
color: #C22640;
}
.AnyTagClassName
{
color: #C22640;
}
</style>
background-color css
<style>
a { background-color: #C22640; }
a { background-color: rgb(194,38,64); }
div.DivClassName
{
background-color: #C22640;
}
.BgClassName
{
background-color: #C22640;
}
</style>
border-color css
<style>
span { border-color: #C22640; }
span { border-color: rgb(194,38,64); }
td.TdClassName
{
border-color: #C22640;
}
.TagClassName
{
border-color: #C22640;
}
</style>