Shades of Brick Red #C22844
Tints of Brick Red #C22844
RGB
CMYK
RGB Variations
Color information
#C22844 (or 0xC22844) is known color: Brick Red. HEX triplet: C2, 28 and 44. RGB value is (194,40,68). Sum of RGB (Red+Green+Blue) = 194+40+68=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C22844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22844 is #3DD7BB. Grayscale: #595959. Windows color (decimal): -4052924 or 4466882. OLE color: 4466882.
HSL color Cylindrical-coordinate representation of color #C22844: hue angle of 349.09º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22844 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 68 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.24 |
| HSL | 349.09º | 0.66% | 0.46% | - |
| HSV(B) | 349.09º | 0.79% | 0.76% | - |
| XYZ | 24.05 | 13.4 | 6.79 | - |
| YUV | 89.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 68 | 0 | 0.79 | 0.65 | 0.24 | 349.09 | 0.66 | 0.46 |
| Hex | C2 | 28 | 44 | 0 | 4F | 41 | 18 | 15D | 42 | 2E |
| Octal | 302 | 50 | 104 | 0 | 117 | 101 | 30 | 535 | 102 | 56 |
| Binary | 11000010 | 101000 | 1000100 | 0 | 1001111 | 1000001 | 11000 | 101011101 | 1000010 | 101110 |
Color Harmonies of #C22844
Complementary color
Monochromatic Colors of #C22844
Black with #C22844
Text Example
Text Example
White with #C22844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22844; }
p { color: rgb(194,40,68); }
H1.HeaderClassName
{
color: #C22844;
}
.AnyTagClassName
{
color: #C22844;
}
</style>
background-color css
<style>
a { background-color: #C22844; }
a { background-color: rgb(194,40,68); }
div.DivClassName
{
background-color: #C22844;
}
.BgClassName
{
background-color: #C22844;
}
</style>
border-color css
<style>
span { border-color: #C22844; }
span { border-color: rgb(194,40,68); }
td.TdClassName
{
border-color: #C22844;
}
.TagClassName
{
border-color: #C22844;
}
</style>