Shades of Brick Red #C63F47
Tints of Brick Red #C63F47
RGB
CMYK
RGB Variations
Color information
#C63F47 (or 0xC63F47) is known color: Brick Red. HEX triplet: C6, 3F and 47. RGB value is (198,63,71). Sum of RGB (Red+Green+Blue) = 198+63+71=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F47 is #39C0B8. Grayscale: #686868. Windows color (decimal): -3784889 or 4669382. OLE color: 4669382.
HSL color Cylindrical-coordinate representation of color #C63F47: hue angle of 356.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F47 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 71 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.22 |
| HSL | 356.44º | 0.54% | 0.51% | - |
| HSV(B) | 356.44º | 0.68% | 0.78% | - |
| XYZ | 26.2 | 16.02 | 7.67 | - |
| YUV | 104.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 71 | 0 | 0.68 | 0.64 | 0.22 | 356.44 | 0.54 | 0.51 |
| Hex | C6 | 3F | 47 | 0 | 44 | 40 | 16 | 164 | 36 | 33 |
| Octal | 306 | 77 | 107 | 0 | 104 | 100 | 26 | 544 | 66 | 63 |
| Binary | 11000110 | 111111 | 1000111 | 0 | 1000100 | 1000000 | 10110 | 101100100 | 110110 | 110011 |
Color Harmonies of #C63F47
Complementary color
Monochromatic Colors of #C63F47
Black with #C63F47
Text Example
Text Example
White with #C63F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F47; }
p { color: rgb(198,63,71); }
H1.HeaderClassName
{
color: #C63F47;
}
.AnyTagClassName
{
color: #C63F47;
}
</style>
background-color css
<style>
a { background-color: #C63F47; }
a { background-color: rgb(198,63,71); }
div.DivClassName
{
background-color: #C63F47;
}
.BgClassName
{
background-color: #C63F47;
}
</style>
border-color css
<style>
span { border-color: #C63F47; }
span { border-color: rgb(198,63,71); }
td.TdClassName
{
border-color: #C63F47;
}
.TagClassName
{
border-color: #C63F47;
}
</style>