Shades of Brick Red #C43F47
Tints of Brick Red #C43F47
RGB
CMYK
RGB Variations
Color information
#C43F47 (or 0xC43F47) is known color: Brick Red. HEX triplet: C4, 3F and 47. RGB value is (196,63,71). Sum of RGB (Red+Green+Blue) = 196+63+71=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F47 is #3BC0B8. Grayscale: #676767. Windows color (decimal): -3915961 or 4669380. OLE color: 4669380.
HSL color Cylindrical-coordinate representation of color #C43F47: hue angle of 356.39º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F47 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 71 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.23 |
| HSL | 356.39º | 0.53% | 0.51% | - |
| HSV(B) | 356.39º | 0.68% | 0.77% | - |
| XYZ | 25.68 | 15.75 | 7.65 | - |
| YUV | 103.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 71 | 0 | 0.68 | 0.64 | 0.23 | 356.39 | 0.53 | 0.51 |
| Hex | C4 | 3F | 47 | 0 | 44 | 40 | 17 | 164 | 35 | 33 |
| Octal | 304 | 77 | 107 | 0 | 104 | 100 | 27 | 544 | 65 | 63 |
| Binary | 11000100 | 111111 | 1000111 | 0 | 1000100 | 1000000 | 10111 | 101100100 | 110101 | 110011 |
Color Harmonies of #C43F47
Complementary color
Monochromatic Colors of #C43F47
Black with #C43F47
Text Example
Text Example
White with #C43F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F47; }
p { color: rgb(196,63,71); }
H1.HeaderClassName
{
color: #C43F47;
}
.AnyTagClassName
{
color: #C43F47;
}
</style>
background-color css
<style>
a { background-color: #C43F47; }
a { background-color: rgb(196,63,71); }
div.DivClassName
{
background-color: #C43F47;
}
.BgClassName
{
background-color: #C43F47;
}
</style>
border-color css
<style>
span { border-color: #C43F47; }
span { border-color: rgb(196,63,71); }
td.TdClassName
{
border-color: #C43F47;
}
.TagClassName
{
border-color: #C43F47;
}
</style>