Shades of Brick Red #C63F45
Tints of Brick Red #C63F45
RGB
CMYK
RGB Variations
Color information
#C63F45 (or 0xC63F45) is known color: Brick Red. HEX triplet: C6, 3F and 45. RGB value is (198,63,69). Sum of RGB (Red+Green+Blue) = 198+63+69=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F45 is #39C0BA. Grayscale: #686868. Windows color (decimal): -3784891 or 4538310. OLE color: 4538310.
HSL color Cylindrical-coordinate representation of color #C63F45: hue angle of 357.33º 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 #C63F45 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 69 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.22 |
| HSL | 357.33º | 0.54% | 0.51% | - |
| HSV(B) | 357.33º | 0.68% | 0.78% | - |
| XYZ | 26.14 | 15.99 | 7.34 | - |
| YUV | 104.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 69 | 0 | 0.68 | 0.65 | 0.22 | 357.33 | 0.54 | 0.51 |
| Hex | C6 | 3F | 45 | 0 | 44 | 41 | 16 | 165 | 36 | 33 |
| Octal | 306 | 77 | 105 | 0 | 104 | 101 | 26 | 545 | 66 | 63 |
| Binary | 11000110 | 111111 | 1000101 | 0 | 1000100 | 1000001 | 10110 | 101100101 | 110110 | 110011 |
Color Harmonies of #C63F45
Complementary color
Monochromatic Colors of #C63F45
Black with #C63F45
Text Example
Text Example
White with #C63F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F45; }
p { color: rgb(198,63,69); }
H1.HeaderClassName
{
color: #C63F45;
}
.AnyTagClassName
{
color: #C63F45;
}
</style>
background-color css
<style>
a { background-color: #C63F45; }
a { background-color: rgb(198,63,69); }
div.DivClassName
{
background-color: #C63F45;
}
.BgClassName
{
background-color: #C63F45;
}
</style>
border-color css
<style>
span { border-color: #C63F45; }
span { border-color: rgb(198,63,69); }
td.TdClassName
{
border-color: #C63F45;
}
.TagClassName
{
border-color: #C63F45;
}
</style>