Shades of Brick Red #C22841
Tints of Brick Red #C22841
RGB
CMYK
RGB Variations
Color information
#C22841 (or 0xC22841) is known color: Brick Red. HEX triplet: C2, 28 and 41. RGB value is (194,40,65). Sum of RGB (Red+Green+Blue) = 194+40+65=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22841 is #3DD7BE. Grayscale: #585858. Windows color (decimal): -4052927 or 4270274. OLE color: 4270274.
HSL color Cylindrical-coordinate representation of color #C22841: hue angle of 350.26º 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 #C22841 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 65 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.24 |
| HSL | 350.26º | 0.66% | 0.46% | - |
| HSV(B) | 350.26º | 0.79% | 0.76% | - |
| XYZ | 23.96 | 13.37 | 6.32 | - |
| YUV | 88.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 65 | 0 | 0.79 | 0.66 | 0.24 | 350.26 | 0.66 | 0.46 |
| Hex | C2 | 28 | 41 | 0 | 4F | 42 | 18 | 15E | 42 | 2E |
| Octal | 302 | 50 | 101 | 0 | 117 | 102 | 30 | 536 | 102 | 56 |
| Binary | 11000010 | 101000 | 1000001 | 0 | 1001111 | 1000010 | 11000 | 101011110 | 1000010 | 101110 |
Color Harmonies of #C22841
Complementary color
Monochromatic Colors of #C22841
Black with #C22841
Text Example
Text Example
White with #C22841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22841; }
p { color: rgb(194,40,65); }
H1.HeaderClassName
{
color: #C22841;
}
.AnyTagClassName
{
color: #C22841;
}
</style>
background-color css
<style>
a { background-color: #C22841; }
a { background-color: rgb(194,40,65); }
div.DivClassName
{
background-color: #C22841;
}
.BgClassName
{
background-color: #C22841;
}
</style>
border-color css
<style>
span { border-color: #C22841; }
span { border-color: rgb(194,40,65); }
td.TdClassName
{
border-color: #C22841;
}
.TagClassName
{
border-color: #C22841;
}
</style>