Shades of Brick Red #C63141
Tints of Brick Red #C63141
RGB
CMYK
RGB Variations
Color information
#C63141 (or 0xC63141) is known color: Brick Red. HEX triplet: C6, 31 and 41. RGB value is (198,49,65). Sum of RGB (Red+Green+Blue) = 198+49+65=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C63141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63141 is #39CEBE. Grayscale: #5F5F5F. Windows color (decimal): -3788479 or 4272582. OLE color: 4272582.
HSL color Cylindrical-coordinate representation of color #C63141: hue angle of 353.56º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63141 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 65 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.22 |
| HSL | 353.56º | 0.6% | 0.48% | - |
| HSV(B) | 353.56º | 0.75% | 0.78% | - |
| XYZ | 25.34 | 14.58 | 6.48 | - |
| YUV | 95.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 65 | 0 | 0.75 | 0.67 | 0.22 | 353.56 | 0.6 | 0.48 |
| Hex | C6 | 31 | 41 | 0 | 4B | 43 | 16 | 162 | 3C | 30 |
| Octal | 306 | 61 | 101 | 0 | 113 | 103 | 26 | 542 | 74 | 60 |
| Binary | 11000110 | 110001 | 1000001 | 0 | 1001011 | 1000011 | 10110 | 101100010 | 111100 | 110000 |
Color Harmonies of #C63141
Complementary color
Monochromatic Colors of #C63141
Black with #C63141
Text Example
Text Example
White with #C63141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63141; }
p { color: rgb(198,49,65); }
H1.HeaderClassName
{
color: #C63141;
}
.AnyTagClassName
{
color: #C63141;
}
</style>
background-color css
<style>
a { background-color: #C63141; }
a { background-color: rgb(198,49,65); }
div.DivClassName
{
background-color: #C63141;
}
.BgClassName
{
background-color: #C63141;
}
</style>
border-color css
<style>
span { border-color: #C63141; }
span { border-color: rgb(198,49,65); }
td.TdClassName
{
border-color: #C63141;
}
.TagClassName
{
border-color: #C63141;
}
</style>