Shades of Brick Red #C22E3A
Tints of Brick Red #C22E3A
RGB
CMYK
RGB Variations
Color information
#C22E3A (or 0xC22E3A) is known color: Brick Red. HEX triplet: C2, 2E and 3A. RGB value is (194,46,58). Sum of RGB (Red+Green+Blue) = 194+46+58=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E3A is #3DD1C5. Grayscale: #5B5B5B. Windows color (decimal): -4051398 or 3813058. OLE color: 3813058.
HSL color Cylindrical-coordinate representation of color #C22E3A: hue angle of 355.14º 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 #C22E3A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 58 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.24 |
| HSL | 355.14º | 0.62% | 0.47% | - |
| HSV(B) | 355.14º | 0.76% | 0.76% | - |
| XYZ | 23.99 | 13.73 | 5.39 | - |
| YUV | 91.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 58 | 0 | 0.76 | 0.70 | 0.24 | 355.14 | 0.62 | 0.47 |
| Hex | C2 | 2E | 3A | 0 | 4C | 46 | 18 | 163 | 3E | 2F |
| Octal | 302 | 56 | 72 | 0 | 114 | 106 | 30 | 543 | 76 | 57 |
| Binary | 11000010 | 101110 | 111010 | 0 | 1001100 | 1000110 | 11000 | 101100011 | 111110 | 101111 |
Color Harmonies of #C22E3A
Complementary color
Monochromatic Colors of #C22E3A
Black with #C22E3A
Text Example
Text Example
White with #C22E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E3A; }
p { color: rgb(194,46,58); }
H1.HeaderClassName
{
color: #C22E3A;
}
.AnyTagClassName
{
color: #C22E3A;
}
</style>
background-color css
<style>
a { background-color: #C22E3A; }
a { background-color: rgb(194,46,58); }
div.DivClassName
{
background-color: #C22E3A;
}
.BgClassName
{
background-color: #C22E3A;
}
</style>
border-color css
<style>
span { border-color: #C22E3A; }
span { border-color: rgb(194,46,58); }
td.TdClassName
{
border-color: #C22E3A;
}
.TagClassName
{
border-color: #C22E3A;
}
</style>