Shades of Brick Red #C22644
Tints of Brick Red #C22644
RGB
CMYK
RGB Variations
Color information
#C22644 (or 0xC22644) is known color: Brick Red. HEX triplet: C2, 26 and 44. RGB value is (194,38,68). Sum of RGB (Red+Green+Blue) = 194+38+68=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C22644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22644 is #3DD9BB. Grayscale: #585858. Windows color (decimal): -4053436 or 4466370. OLE color: 4466370.
HSL color Cylindrical-coordinate representation of color #C22644: hue angle of 348.46º 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 #C22644 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 68 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.24 |
| HSL | 348.46º | 0.67% | 0.45% | - |
| HSV(B) | 348.46º | 0.8% | 0.76% | - |
| XYZ | 23.98 | 13.27 | 6.77 | - |
| YUV | 88.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 68 | 0 | 0.80 | 0.65 | 0.24 | 348.46 | 0.67 | 0.45 |
| Hex | C2 | 26 | 44 | 0 | 50 | 41 | 18 | 15C | 43 | 2D |
| Octal | 302 | 46 | 104 | 0 | 120 | 101 | 30 | 534 | 103 | 55 |
| Binary | 11000010 | 100110 | 1000100 | 0 | 1010000 | 1000001 | 11000 | 101011100 | 1000011 | 101101 |
Color Harmonies of #C22644
Complementary color
Monochromatic Colors of #C22644
Black with #C22644
Text Example
Text Example
White with #C22644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22644; }
p { color: rgb(194,38,68); }
H1.HeaderClassName
{
color: #C22644;
}
.AnyTagClassName
{
color: #C22644;
}
</style>
background-color css
<style>
a { background-color: #C22644; }
a { background-color: rgb(194,38,68); }
div.DivClassName
{
background-color: #C22644;
}
.BgClassName
{
background-color: #C22644;
}
</style>
border-color css
<style>
span { border-color: #C22644; }
span { border-color: rgb(194,38,68); }
td.TdClassName
{
border-color: #C22644;
}
.TagClassName
{
border-color: #C22644;
}
</style>