Shades of Brick Red #C63F4A
Tints of Brick Red #C63F4A
RGB
CMYK
RGB Variations
Color information
#C63F4A (or 0xC63F4A) is known color: Brick Red. HEX triplet: C6, 3F and 4A. RGB value is (198,63,74). Sum of RGB (Red+Green+Blue) = 198+63+74=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F4A is #39C0B5. Grayscale: #686868. Windows color (decimal): -3784886 or 4865990. OLE color: 4865990.
HSL color Cylindrical-coordinate representation of color #C63F4A: hue angle of 355.11º 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 #C63F4A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 74 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.22 |
| HSL | 355.11º | 0.54% | 0.51% | - |
| HSV(B) | 355.11º | 0.68% | 0.78% | - |
| XYZ | 26.3 | 16.06 | 8.19 | - |
| YUV | 104.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 74 | 0 | 0.68 | 0.63 | 0.22 | 355.11 | 0.54 | 0.51 |
| Hex | C6 | 3F | 4A | 0 | 44 | 3F | 16 | 163 | 36 | 33 |
| Octal | 306 | 77 | 112 | 0 | 104 | 77 | 26 | 543 | 66 | 63 |
| Binary | 11000110 | 111111 | 1001010 | 0 | 1000100 | 111111 | 10110 | 101100011 | 110110 | 110011 |
Color Harmonies of #C63F4A
Complementary color
Monochromatic Colors of #C63F4A
Black with #C63F4A
Text Example
Text Example
White with #C63F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F4A; }
p { color: rgb(198,63,74); }
H1.HeaderClassName
{
color: #C63F4A;
}
.AnyTagClassName
{
color: #C63F4A;
}
</style>
background-color css
<style>
a { background-color: #C63F4A; }
a { background-color: rgb(198,63,74); }
div.DivClassName
{
background-color: #C63F4A;
}
.BgClassName
{
background-color: #C63F4A;
}
</style>
border-color css
<style>
span { border-color: #C63F4A; }
span { border-color: rgb(198,63,74); }
td.TdClassName
{
border-color: #C63F4A;
}
.TagClassName
{
border-color: #C63F4A;
}
</style>