Shades of Brick Red #C6313D
Tints of Brick Red #C6313D
RGB
CMYK
RGB Variations
Color information
#C6313D (or 0xC6313D) is known color: Brick Red. HEX triplet: C6, 31 and 3D. RGB value is (198,49,61). Sum of RGB (Red+Green+Blue) = 198+49+61=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6313D is #39CEC2. Grayscale: #5F5F5F. Windows color (decimal): -3788483 or 4010438. OLE color: 4010438.
HSL color Cylindrical-coordinate representation of color #C6313D: hue angle of 355.17º 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 #C6313D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.22 |
| HSL | 355.17º | 0.6% | 0.48% | - |
| HSV(B) | 355.17º | 0.75% | 0.78% | - |
| XYZ | 25.23 | 14.54 | 5.89 | - |
| YUV | 94.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 61 | 0 | 0.75 | 0.69 | 0.22 | 355.17 | 0.6 | 0.48 |
| Hex | C6 | 31 | 3D | 0 | 4B | 45 | 16 | 163 | 3C | 30 |
| Octal | 306 | 61 | 75 | 0 | 113 | 105 | 26 | 543 | 74 | 60 |
| Binary | 11000110 | 110001 | 111101 | 0 | 1001011 | 1000101 | 10110 | 101100011 | 111100 | 110000 |
Color Harmonies of #C6313D
Complementary color
Monochromatic Colors of #C6313D
Black with #C6313D
Text Example
Text Example
White with #C6313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6313D; }
p { color: rgb(198,49,61); }
H1.HeaderClassName
{
color: #C6313D;
}
.AnyTagClassName
{
color: #C6313D;
}
</style>
background-color css
<style>
a { background-color: #C6313D; }
a { background-color: rgb(198,49,61); }
div.DivClassName
{
background-color: #C6313D;
}
.BgClassName
{
background-color: #C6313D;
}
</style>
border-color css
<style>
span { border-color: #C6313D; }
span { border-color: rgb(198,49,61); }
td.TdClassName
{
border-color: #C6313D;
}
.TagClassName
{
border-color: #C6313D;
}
</style>