Shades of Brick Red #C22938
Tints of Brick Red #C22938
RGB
CMYK
RGB Variations
Color information
#C22938 (or 0xC22938) is known color: Brick Red. HEX triplet: C2, 29 and 38. RGB value is (194,41,56). Sum of RGB (Red+Green+Blue) = 194+41+56=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C22938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22938 is #3DD6C7. Grayscale: #585858. Windows color (decimal): -4052680 or 3680706. OLE color: 3680706.
HSL color Cylindrical-coordinate representation of color #C22938: hue angle of 354.12º degrees, saturation: 0.65, 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 #C22938 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 56 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.24 |
| HSL | 354.12º | 0.65% | 0.46% | - |
| HSV(B) | 354.12º | 0.79% | 0.76% | - |
| XYZ | 23.75 | 13.34 | 5.06 | - |
| YUV | 88.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 56 | 0 | 0.79 | 0.71 | 0.24 | 354.12 | 0.65 | 0.46 |
| Hex | C2 | 29 | 38 | 0 | 4F | 47 | 18 | 162 | 41 | 2E |
| Octal | 302 | 51 | 70 | 0 | 117 | 107 | 30 | 542 | 101 | 56 |
| Binary | 11000010 | 101001 | 111000 | 0 | 1001111 | 1000111 | 11000 | 101100010 | 1000001 | 101110 |
Color Harmonies of #C22938
Complementary color
Monochromatic Colors of #C22938
Black with #C22938
Text Example
Text Example
White with #C22938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22938; }
p { color: rgb(194,41,56); }
H1.HeaderClassName
{
color: #C22938;
}
.AnyTagClassName
{
color: #C22938;
}
</style>
background-color css
<style>
a { background-color: #C22938; }
a { background-color: rgb(194,41,56); }
div.DivClassName
{
background-color: #C22938;
}
.BgClassName
{
background-color: #C22938;
}
</style>
border-color css
<style>
span { border-color: #C22938; }
span { border-color: rgb(194,41,56); }
td.TdClassName
{
border-color: #C22938;
}
.TagClassName
{
border-color: #C22938;
}
</style>