Shades of Brick Red #C8313C
Tints of Brick Red #C8313C
RGB
CMYK
RGB Variations
Color information
#C8313C (or 0xC8313C) is known color: Brick Red. HEX triplet: C8, 31 and 3C. RGB value is (200,49,60). Sum of RGB (Red+Green+Blue) = 200+49+60=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8313C is #37CEC3. Grayscale: #5F5F5F. Windows color (decimal): -3657412 or 3944904. OLE color: 3944904.
HSL color Cylindrical-coordinate representation of color #C8313C: hue angle of 355.63º 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 #C8313C is Cyan = 0, Magento = 0.76, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 60 | - |
| CMYK | 0 | 0.76 | 0.7 | 0.22 |
| HSL | 355.63º | 0.61% | 0.49% | - |
| HSV(B) | 355.63º | 0.76% | 0.78% | - |
| XYZ | 25.73 | 14.8 | 5.78 | - |
| YUV | 95.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 60 | 0 | 0.76 | 0.7 | 0.22 | 355.63 | 0.61 | 0.49 |
| Hex | C8 | 31 | 3C | 0 | 4C | 46 | 16 | 164 | 3D | 31 |
| Octal | 310 | 61 | 74 | 0 | 114 | 106 | 26 | 544 | 75 | 61 |
| Binary | 11001000 | 110001 | 111100 | 0 | 1001100 | 1000110 | 10110 | 101100100 | 111101 | 110001 |
Color Harmonies of #C8313C
Complementary color
Monochromatic Colors of #C8313C
Black with #C8313C
Text Example
Text Example
White with #C8313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8313C; }
p { color: rgb(200,49,60); }
H1.HeaderClassName
{
color: #C8313C;
}
.AnyTagClassName
{
color: #C8313C;
}
</style>
background-color css
<style>
a { background-color: #C8313C; }
a { background-color: rgb(200,49,60); }
div.DivClassName
{
background-color: #C8313C;
}
.BgClassName
{
background-color: #C8313C;
}
</style>
border-color css
<style>
span { border-color: #C8313C; }
span { border-color: rgb(200,49,60); }
td.TdClassName
{
border-color: #C8313C;
}
.TagClassName
{
border-color: #C8313C;
}
</style>