Shades of Brick Red #C22F3E
Tints of Brick Red #C22F3E
RGB
CMYK
RGB Variations
Color information
#C22F3E (or 0xC22F3E) is known color: Brick Red. HEX triplet: C2, 2F and 3E. RGB value is (194,47,62). Sum of RGB (Red+Green+Blue) = 194+47+62=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22F3E is #3DD0C1. Grayscale: #5C5C5C. Windows color (decimal): -4051138 or 4075458. OLE color: 4075458.
HSL color Cylindrical-coordinate representation of color #C22F3E: hue angle of 353.88º degrees, saturation: 0.61, 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 #C22F3E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 62 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.24 |
| HSL | 353.88º | 0.61% | 0.47% | - |
| HSV(B) | 353.88º | 0.76% | 0.76% | - |
| XYZ | 24.13 | 13.85 | 5.96 | - |
| YUV | 92.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 62 | 0 | 0.76 | 0.68 | 0.24 | 353.88 | 0.61 | 0.47 |
| Hex | C2 | 2F | 3E | 0 | 4C | 44 | 18 | 162 | 3D | 2F |
| Octal | 302 | 57 | 76 | 0 | 114 | 104 | 30 | 542 | 75 | 57 |
| Binary | 11000010 | 101111 | 111110 | 0 | 1001100 | 1000100 | 11000 | 101100010 | 111101 | 101111 |
Color Harmonies of #C22F3E
Complementary color
Monochromatic Colors of #C22F3E
Black with #C22F3E
Text Example
Text Example
White with #C22F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F3E; }
p { color: rgb(194,47,62); }
H1.HeaderClassName
{
color: #C22F3E;
}
.AnyTagClassName
{
color: #C22F3E;
}
</style>
background-color css
<style>
a { background-color: #C22F3E; }
a { background-color: rgb(194,47,62); }
div.DivClassName
{
background-color: #C22F3E;
}
.BgClassName
{
background-color: #C22F3E;
}
</style>
border-color css
<style>
span { border-color: #C22F3E; }
span { border-color: rgb(194,47,62); }
td.TdClassName
{
border-color: #C22F3E;
}
.TagClassName
{
border-color: #C22F3E;
}
</style>