Shades of Brick Red #C22641
Tints of Brick Red #C22641
RGB
CMYK
RGB Variations
Color information
#C22641 (or 0xC22641) is known color: Brick Red. HEX triplet: C2, 26 and 41. RGB value is (194,38,65). Sum of RGB (Red+Green+Blue) = 194+38+65=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C22641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22641 is #3DD9BE. Grayscale: #575757. Windows color (decimal): -4053439 or 4269762. OLE color: 4269762.
HSL color Cylindrical-coordinate representation of color #C22641: hue angle of 349.62º 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 #C22641 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 65 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.24 |
| HSL | 349.62º | 0.67% | 0.45% | - |
| HSV(B) | 349.62º | 0.8% | 0.76% | - |
| XYZ | 23.9 | 13.24 | 6.3 | - |
| YUV | 87.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 65 | 0 | 0.80 | 0.66 | 0.24 | 349.62 | 0.67 | 0.45 |
| Hex | C2 | 26 | 41 | 0 | 50 | 42 | 18 | 15E | 43 | 2D |
| Octal | 302 | 46 | 101 | 0 | 120 | 102 | 30 | 536 | 103 | 55 |
| Binary | 11000010 | 100110 | 1000001 | 0 | 1010000 | 1000010 | 11000 | 101011110 | 1000011 | 101101 |
Color Harmonies of #C22641
Complementary color
Monochromatic Colors of #C22641
Black with #C22641
Text Example
Text Example
White with #C22641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22641; }
p { color: rgb(194,38,65); }
H1.HeaderClassName
{
color: #C22641;
}
.AnyTagClassName
{
color: #C22641;
}
</style>
background-color css
<style>
a { background-color: #C22641; }
a { background-color: rgb(194,38,65); }
div.DivClassName
{
background-color: #C22641;
}
.BgClassName
{
background-color: #C22641;
}
</style>
border-color css
<style>
span { border-color: #C22641; }
span { border-color: rgb(194,38,65); }
td.TdClassName
{
border-color: #C22641;
}
.TagClassName
{
border-color: #C22641;
}
</style>