Shades of Brick Red #C8313E
Tints of Brick Red #C8313E
RGB
CMYK
RGB Variations
Color information
#C8313E (or 0xC8313E) is known color: Brick Red. HEX triplet: C8, 31 and 3E. RGB value is (200,49,62). Sum of RGB (Red+Green+Blue) = 200+49+62=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8313E is #37CEC1. Grayscale: #5F5F5F. Windows color (decimal): -3657410 or 4075976. OLE color: 4075976.
HSL color Cylindrical-coordinate representation of color #C8313E: hue angle of 354.83º 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 #C8313E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.22 |
| HSL | 354.83º | 0.61% | 0.49% | - |
| HSV(B) | 354.83º | 0.76% | 0.78% | - |
| XYZ | 25.79 | 14.82 | 6.06 | - |
| YUV | 95.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 62 | 0 | 0.76 | 0.69 | 0.22 | 354.83 | 0.61 | 0.49 |
| Hex | C8 | 31 | 3E | 0 | 4C | 45 | 16 | 163 | 3D | 31 |
| Octal | 310 | 61 | 76 | 0 | 114 | 105 | 26 | 543 | 75 | 61 |
| Binary | 11001000 | 110001 | 111110 | 0 | 1001100 | 1000101 | 10110 | 101100011 | 111101 | 110001 |
Color Harmonies of #C8313E
Complementary color
Monochromatic Colors of #C8313E
Black with #C8313E
Text Example
Text Example
White with #C8313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8313E; }
p { color: rgb(200,49,62); }
H1.HeaderClassName
{
color: #C8313E;
}
.AnyTagClassName
{
color: #C8313E;
}
</style>
background-color css
<style>
a { background-color: #C8313E; }
a { background-color: rgb(200,49,62); }
div.DivClassName
{
background-color: #C8313E;
}
.BgClassName
{
background-color: #C8313E;
}
</style>
border-color css
<style>
span { border-color: #C8313E; }
span { border-color: rgb(200,49,62); }
td.TdClassName
{
border-color: #C8313E;
}
.TagClassName
{
border-color: #C8313E;
}
</style>