Shades of Brick Red #C6263F
Tints of Brick Red #C6263F
RGB
CMYK
RGB Variations
Color information
#C6263F (or 0xC6263F) is known color: Brick Red. HEX triplet: C6, 26 and 3F. RGB value is (198,38,63). Sum of RGB (Red+Green+Blue) = 198+38+63=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6263F is #39D9C0. Grayscale: #585858. Windows color (decimal): -3791297 or 4138694. OLE color: 4138694.
HSL color Cylindrical-coordinate representation of color #C6263F: hue angle of 350.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6263F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 63 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.22 |
| HSL | 350.63º | 0.68% | 0.46% | - |
| HSV(B) | 350.63º | 0.81% | 0.78% | - |
| XYZ | 24.88 | 13.75 | 6.05 | - |
| YUV | 88.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 63 | 0 | 0.81 | 0.68 | 0.22 | 350.63 | 0.68 | 0.46 |
| Hex | C6 | 26 | 3F | 0 | 51 | 44 | 16 | 15F | 44 | 2E |
| Octal | 306 | 46 | 77 | 0 | 121 | 104 | 26 | 537 | 104 | 56 |
| Binary | 11000110 | 100110 | 111111 | 0 | 1010001 | 1000100 | 10110 | 101011111 | 1000100 | 101110 |
Color Harmonies of #C6263F
Complementary color
Monochromatic Colors of #C6263F
Black with #C6263F
Text Example
Text Example
White with #C6263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6263F; }
p { color: rgb(198,38,63); }
H1.HeaderClassName
{
color: #C6263F;
}
.AnyTagClassName
{
color: #C6263F;
}
</style>
background-color css
<style>
a { background-color: #C6263F; }
a { background-color: rgb(198,38,63); }
div.DivClassName
{
background-color: #C6263F;
}
.BgClassName
{
background-color: #C6263F;
}
</style>
border-color css
<style>
span { border-color: #C6263F; }
span { border-color: rgb(198,38,63); }
td.TdClassName
{
border-color: #C6263F;
}
.TagClassName
{
border-color: #C6263F;
}
</style>