Shades of Brick Red #C22945
Tints of Brick Red #C22945
RGB
CMYK
RGB Variations
Color information
#C22945 (or 0xC22945) is known color: Brick Red. HEX triplet: C2, 29 and 45. RGB value is (194,41,69). Sum of RGB (Red+Green+Blue) = 194+41+69=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C22945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22945 is #3DD6BA. Grayscale: #595959. Windows color (decimal): -4052667 or 4532674. OLE color: 4532674.
HSL color Cylindrical-coordinate representation of color #C22945: hue angle of 349.02º 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 #C22945 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 69 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.24 |
| HSL | 349.02º | 0.65% | 0.46% | - |
| HSV(B) | 349.02º | 0.79% | 0.76% | - |
| XYZ | 24.12 | 13.48 | 6.96 | - |
| YUV | 89.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 69 | 0 | 0.79 | 0.64 | 0.24 | 349.02 | 0.65 | 0.46 |
| Hex | C2 | 29 | 45 | 0 | 4F | 40 | 18 | 15D | 41 | 2E |
| Octal | 302 | 51 | 105 | 0 | 117 | 100 | 30 | 535 | 101 | 56 |
| Binary | 11000010 | 101001 | 1000101 | 0 | 1001111 | 1000000 | 11000 | 101011101 | 1000001 | 101110 |
Color Harmonies of #C22945
Complementary color
Monochromatic Colors of #C22945
Black with #C22945
Text Example
Text Example
White with #C22945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22945; }
p { color: rgb(194,41,69); }
H1.HeaderClassName
{
color: #C22945;
}
.AnyTagClassName
{
color: #C22945;
}
</style>
background-color css
<style>
a { background-color: #C22945; }
a { background-color: rgb(194,41,69); }
div.DivClassName
{
background-color: #C22945;
}
.BgClassName
{
background-color: #C22945;
}
</style>
border-color css
<style>
span { border-color: #C22945; }
span { border-color: rgb(194,41,69); }
td.TdClassName
{
border-color: #C22945;
}
.TagClassName
{
border-color: #C22945;
}
</style>