Shades of Brick Red #C42E47
Tints of Brick Red #C42E47
RGB
CMYK
RGB Variations
Color information
#C42E47 (or 0xC42E47) is known color: Brick Red. HEX triplet: C4, 2E and 47. RGB value is (196,46,71). Sum of RGB (Red+Green+Blue) = 196+46+71=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E47 is #3BD1B8. Grayscale: #5D5D5D. Windows color (decimal): -3920313 or 4665028. OLE color: 4665028.
HSL color Cylindrical-coordinate representation of color #C42E47: hue angle of 350º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E47 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 71 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.23 |
| HSL | 350º | 0.62% | 0.47% | - |
| HSV(B) | 350º | 0.77% | 0.77% | - |
| XYZ | 24.88 | 14.14 | 7.38 | - |
| YUV | 93.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 71 | 0 | 0.77 | 0.64 | 0.23 | 350 | 0.62 | 0.47 |
| Hex | C4 | 2E | 47 | 0 | 4D | 40 | 17 | 15E | 3E | 2F |
| Octal | 304 | 56 | 107 | 0 | 115 | 100 | 27 | 536 | 76 | 57 |
| Binary | 11000100 | 101110 | 1000111 | 0 | 1001101 | 1000000 | 10111 | 101011110 | 111110 | 101111 |
Color Harmonies of #C42E47
Complementary color
Monochromatic Colors of #C42E47
Black with #C42E47
Text Example
Text Example
White with #C42E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E47; }
p { color: rgb(196,46,71); }
H1.HeaderClassName
{
color: #C42E47;
}
.AnyTagClassName
{
color: #C42E47;
}
</style>
background-color css
<style>
a { background-color: #C42E47; }
a { background-color: rgb(196,46,71); }
div.DivClassName
{
background-color: #C42E47;
}
.BgClassName
{
background-color: #C42E47;
}
</style>
border-color css
<style>
span { border-color: #C42E47; }
span { border-color: rgb(196,46,71); }
td.TdClassName
{
border-color: #C42E47;
}
.TagClassName
{
border-color: #C42E47;
}
</style>