Shades of Brick Red #C8313D
Tints of Brick Red #C8313D
RGB
CMYK
RGB Variations
Color information
#C8313D (or 0xC8313D) is known color: Brick Red. HEX triplet: C8, 31 and 3D. RGB value is (200,49,61). Sum of RGB (Red+Green+Blue) = 200+49+61=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8313D is #37CEC2. Grayscale: #5F5F5F. Windows color (decimal): -3657411 or 4010440. OLE color: 4010440.
HSL color Cylindrical-coordinate representation of color #C8313D: hue angle of 355.23º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8313D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 61 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.22 |
| HSL | 355.23º | 0.61% | 0.49% | - |
| HSV(B) | 355.23º | 0.76% | 0.78% | - |
| XYZ | 25.76 | 14.81 | 5.92 | - |
| YUV | 95.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 61 | 0 | 0.76 | 0.69 | 0.22 | 355.23 | 0.61 | 0.49 |
| Hex | C8 | 31 | 3D | 0 | 4C | 45 | 16 | 163 | 3D | 31 |
| Octal | 310 | 61 | 75 | 0 | 114 | 105 | 26 | 543 | 75 | 61 |
| Binary | 11001000 | 110001 | 111101 | 0 | 1001100 | 1000101 | 10110 | 101100011 | 111101 | 110001 |
Color Harmonies of #C8313D
Complementary color
Monochromatic Colors of #C8313D
Black with #C8313D
Text Example
Text Example
White with #C8313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8313D; }
p { color: rgb(200,49,61); }
H1.HeaderClassName
{
color: #C8313D;
}
.AnyTagClassName
{
color: #C8313D;
}
</style>
background-color css
<style>
a { background-color: #C8313D; }
a { background-color: rgb(200,49,61); }
div.DivClassName
{
background-color: #C8313D;
}
.BgClassName
{
background-color: #C8313D;
}
</style>
border-color css
<style>
span { border-color: #C8313D; }
span { border-color: rgb(200,49,61); }
td.TdClassName
{
border-color: #C8313D;
}
.TagClassName
{
border-color: #C8313D;
}
</style>