Shades of Brick Red #C22642
Tints of Brick Red #C22642
RGB
CMYK
RGB Variations
Color information
#C22642 (or 0xC22642) is known color: Brick Red. HEX triplet: C2, 26 and 42. RGB value is (194,38,66). Sum of RGB (Red+Green+Blue) = 194+38+66=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22642 is #3DD9BD. Grayscale: #575757. Windows color (decimal): -4053438 or 4335298. OLE color: 4335298.
HSL color Cylindrical-coordinate representation of color #C22642: hue angle of 349.23º 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 #C22642 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 66 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.24 |
| HSL | 349.23º | 0.67% | 0.45% | - |
| HSV(B) | 349.23º | 0.8% | 0.76% | - |
| XYZ | 23.92 | 13.25 | 6.45 | - |
| YUV | 87.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 66 | 0 | 0.80 | 0.66 | 0.24 | 349.23 | 0.67 | 0.45 |
| Hex | C2 | 26 | 42 | 0 | 50 | 42 | 18 | 15D | 43 | 2D |
| Octal | 302 | 46 | 102 | 0 | 120 | 102 | 30 | 535 | 103 | 55 |
| Binary | 11000010 | 100110 | 1000010 | 0 | 1010000 | 1000010 | 11000 | 101011101 | 1000011 | 101101 |
Color Harmonies of #C22642
Complementary color
Monochromatic Colors of #C22642
Black with #C22642
Text Example
Text Example
White with #C22642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22642; }
p { color: rgb(194,38,66); }
H1.HeaderClassName
{
color: #C22642;
}
.AnyTagClassName
{
color: #C22642;
}
</style>
background-color css
<style>
a { background-color: #C22642; }
a { background-color: rgb(194,38,66); }
div.DivClassName
{
background-color: #C22642;
}
.BgClassName
{
background-color: #C22642;
}
</style>
border-color css
<style>
span { border-color: #C22642; }
span { border-color: rgb(194,38,66); }
td.TdClassName
{
border-color: #C22642;
}
.TagClassName
{
border-color: #C22642;
}
</style>