Shades of Brick Red #C22645
Tints of Brick Red #C22645
RGB
CMYK
RGB Variations
Color information
#C22645 (or 0xC22645) is known color: Brick Red. HEX triplet: C2, 26 and 45. RGB value is (194,38,69). Sum of RGB (Red+Green+Blue) = 194+38+69=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C22645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22645 is #3DD9BA. Grayscale: #585858. Windows color (decimal): -4053435 or 4531906. OLE color: 4531906.
HSL color Cylindrical-coordinate representation of color #C22645: hue angle of 348.08º 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 #C22645 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 69 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.24 |
| HSL | 348.08º | 0.67% | 0.45% | - |
| HSV(B) | 348.08º | 0.8% | 0.76% | - |
| XYZ | 24.02 | 13.29 | 6.93 | - |
| YUV | 88.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 69 | 0 | 0.80 | 0.64 | 0.24 | 348.08 | 0.67 | 0.45 |
| Hex | C2 | 26 | 45 | 0 | 50 | 40 | 18 | 15C | 43 | 2D |
| Octal | 302 | 46 | 105 | 0 | 120 | 100 | 30 | 534 | 103 | 55 |
| Binary | 11000010 | 100110 | 1000101 | 0 | 1010000 | 1000000 | 11000 | 101011100 | 1000011 | 101101 |
Color Harmonies of #C22645
Complementary color
Monochromatic Colors of #C22645
Black with #C22645
Text Example
Text Example
White with #C22645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22645; }
p { color: rgb(194,38,69); }
H1.HeaderClassName
{
color: #C22645;
}
.AnyTagClassName
{
color: #C22645;
}
</style>
background-color css
<style>
a { background-color: #C22645; }
a { background-color: rgb(194,38,69); }
div.DivClassName
{
background-color: #C22645;
}
.BgClassName
{
background-color: #C22645;
}
</style>
border-color css
<style>
span { border-color: #C22645; }
span { border-color: rgb(194,38,69); }
td.TdClassName
{
border-color: #C22645;
}
.TagClassName
{
border-color: #C22645;
}
</style>