Shades of Brick Red #C22E3C
Tints of Brick Red #C22E3C
RGB
CMYK
RGB Variations
Color information
#C22E3C (or 0xC22E3C) is known color: Brick Red. HEX triplet: C2, 2E and 3C. RGB value is (194,46,60). Sum of RGB (Red+Green+Blue) = 194+46+60=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E3C is #3DD1C3. Grayscale: #5B5B5B. Windows color (decimal): -4051396 or 3944130. OLE color: 3944130.
HSL color Cylindrical-coordinate representation of color #C22E3C: hue angle of 354.32º 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 #C22E3C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 60 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.24 |
| HSL | 354.32º | 0.62% | 0.47% | - |
| HSV(B) | 354.32º | 0.76% | 0.76% | - |
| XYZ | 24.04 | 13.75 | 5.66 | - |
| YUV | 91.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 60 | 0 | 0.76 | 0.69 | 0.24 | 354.32 | 0.62 | 0.47 |
| Hex | C2 | 2E | 3C | 0 | 4C | 45 | 18 | 162 | 3E | 2F |
| Octal | 302 | 56 | 74 | 0 | 114 | 105 | 30 | 542 | 76 | 57 |
| Binary | 11000010 | 101110 | 111100 | 0 | 1001100 | 1000101 | 11000 | 101100010 | 111110 | 101111 |
Color Harmonies of #C22E3C
Complementary color
Monochromatic Colors of #C22E3C
Black with #C22E3C
Text Example
Text Example
White with #C22E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E3C; }
p { color: rgb(194,46,60); }
H1.HeaderClassName
{
color: #C22E3C;
}
.AnyTagClassName
{
color: #C22E3C;
}
</style>
background-color css
<style>
a { background-color: #C22E3C; }
a { background-color: rgb(194,46,60); }
div.DivClassName
{
background-color: #C22E3C;
}
.BgClassName
{
background-color: #C22E3C;
}
</style>
border-color css
<style>
span { border-color: #C22E3C; }
span { border-color: rgb(194,46,60); }
td.TdClassName
{
border-color: #C22E3C;
}
.TagClassName
{
border-color: #C22E3C;
}
</style>