Shades of Brick Red #C63544
Tints of Brick Red #C63544
RGB
CMYK
RGB Variations
Color information
#C63544 (or 0xC63544) is known color: Brick Red. HEX triplet: C6, 35 and 44. RGB value is (198,53,68). Sum of RGB (Red+Green+Blue) = 198+53+68=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63544 is #39CABB. Grayscale: #626262. Windows color (decimal): -3787452 or 4470214. OLE color: 4470214.
HSL color Cylindrical-coordinate representation of color #C63544: hue angle of 353.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63544 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 68 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.22 |
| HSL | 353.79º | 0.58% | 0.49% | - |
| HSV(B) | 353.79º | 0.73% | 0.78% | - |
| XYZ | 25.61 | 14.97 | 7.01 | - |
| YUV | 98.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 68 | 0 | 0.73 | 0.66 | 0.22 | 353.79 | 0.58 | 0.49 |
| Hex | C6 | 35 | 44 | 0 | 49 | 42 | 16 | 162 | 3A | 31 |
| Octal | 306 | 65 | 104 | 0 | 111 | 102 | 26 | 542 | 72 | 61 |
| Binary | 11000110 | 110101 | 1000100 | 0 | 1001001 | 1000010 | 10110 | 101100010 | 111010 | 110001 |
Color Harmonies of #C63544
Complementary color
Monochromatic Colors of #C63544
Black with #C63544
Text Example
Text Example
White with #C63544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63544; }
p { color: rgb(198,53,68); }
H1.HeaderClassName
{
color: #C63544;
}
.AnyTagClassName
{
color: #C63544;
}
</style>
background-color css
<style>
a { background-color: #C63544; }
a { background-color: rgb(198,53,68); }
div.DivClassName
{
background-color: #C63544;
}
.BgClassName
{
background-color: #C63544;
}
</style>
border-color css
<style>
span { border-color: #C63544; }
span { border-color: rgb(198,53,68); }
td.TdClassName
{
border-color: #C63544;
}
.TagClassName
{
border-color: #C63544;
}
</style>