Shades of Brick Red #C22E3E
Tints of Brick Red #C22E3E
RGB
CMYK
RGB Variations
Color information
#C22E3E (or 0xC22E3E) is known color: Brick Red. HEX triplet: C2, 2E and 3E. RGB value is (194,46,62). Sum of RGB (Red+Green+Blue) = 194+46+62=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E3E is #3DD1C1. Grayscale: #5C5C5C. Windows color (decimal): -4051394 or 4075202. OLE color: 4075202.
HSL color Cylindrical-coordinate representation of color #C22E3E: hue angle of 353.51º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E3E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 62 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.24 |
| HSL | 353.51º | 0.62% | 0.47% | - |
| HSV(B) | 353.51º | 0.76% | 0.76% | - |
| XYZ | 24.09 | 13.77 | 5.95 | - |
| YUV | 92.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 62 | 0 | 0.76 | 0.68 | 0.24 | 353.51 | 0.62 | 0.47 |
| Hex | C2 | 2E | 3E | 0 | 4C | 44 | 18 | 162 | 3E | 2F |
| Octal | 302 | 56 | 76 | 0 | 114 | 104 | 30 | 542 | 76 | 57 |
| Binary | 11000010 | 101110 | 111110 | 0 | 1001100 | 1000100 | 11000 | 101100010 | 111110 | 101111 |
Color Harmonies of #C22E3E
Complementary color
Monochromatic Colors of #C22E3E
Black with #C22E3E
Text Example
Text Example
White with #C22E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E3E; }
p { color: rgb(194,46,62); }
H1.HeaderClassName
{
color: #C22E3E;
}
.AnyTagClassName
{
color: #C22E3E;
}
</style>
background-color css
<style>
a { background-color: #C22E3E; }
a { background-color: rgb(194,46,62); }
div.DivClassName
{
background-color: #C22E3E;
}
.BgClassName
{
background-color: #C22E3E;
}
</style>
border-color css
<style>
span { border-color: #C22E3E; }
span { border-color: rgb(194,46,62); }
td.TdClassName
{
border-color: #C22E3E;
}
.TagClassName
{
border-color: #C22E3E;
}
</style>