Shades of Brick Red #C22A39
Tints of Brick Red #C22A39
RGB
CMYK
RGB Variations
Color information
#C22A39 (or 0xC22A39) is known color: Brick Red. HEX triplet: C2, 2A and 39. RGB value is (194,42,57). Sum of RGB (Red+Green+Blue) = 194+42+57=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A39 is #3DD5C6. Grayscale: #595959. Windows color (decimal): -4052423 or 3746498. OLE color: 3746498.
HSL color Cylindrical-coordinate representation of color #C22A39: hue angle of 354.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A39 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 57 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.24 |
| HSL | 354.08º | 0.64% | 0.46% | - |
| HSV(B) | 354.08º | 0.78% | 0.76% | - |
| XYZ | 23.81 | 13.42 | 5.21 | - |
| YUV | 89.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 57 | 0 | 0.78 | 0.71 | 0.24 | 354.08 | 0.64 | 0.46 |
| Hex | C2 | 2A | 39 | 0 | 4E | 47 | 18 | 162 | 40 | 2E |
| Octal | 302 | 52 | 71 | 0 | 116 | 107 | 30 | 542 | 100 | 56 |
| Binary | 11000010 | 101010 | 111001 | 0 | 1001110 | 1000111 | 11000 | 101100010 | 1000000 | 101110 |
Color Harmonies of #C22A39
Complementary color
Monochromatic Colors of #C22A39
Black with #C22A39
Text Example
Text Example
White with #C22A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A39; }
p { color: rgb(194,42,57); }
H1.HeaderClassName
{
color: #C22A39;
}
.AnyTagClassName
{
color: #C22A39;
}
</style>
background-color css
<style>
a { background-color: #C22A39; }
a { background-color: rgb(194,42,57); }
div.DivClassName
{
background-color: #C22A39;
}
.BgClassName
{
background-color: #C22A39;
}
</style>
border-color css
<style>
span { border-color: #C22A39; }
span { border-color: rgb(194,42,57); }
td.TdClassName
{
border-color: #C22A39;
}
.TagClassName
{
border-color: #C22A39;
}
</style>