Shades of Brick Red #C83140
Tints of Brick Red #C83140
RGB
CMYK
RGB Variations
Color information
#C83140 (or 0xC83140) is known color: Brick Red. HEX triplet: C8, 31 and 40. RGB value is (200,49,64). Sum of RGB (Red+Green+Blue) = 200+49+64=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C83140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83140 is #37CEBF. Grayscale: #5F5F5F. Windows color (decimal): -3657408 or 4207048. OLE color: 4207048.
HSL color Cylindrical-coordinate representation of color #C83140: hue angle of 354.04º 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 #C83140 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 64 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.22 |
| HSL | 354.04º | 0.61% | 0.49% | - |
| HSV(B) | 354.04º | 0.76% | 0.78% | - |
| XYZ | 25.84 | 14.85 | 6.35 | - |
| YUV | 95.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 64 | 0 | 0.76 | 0.68 | 0.22 | 354.04 | 0.61 | 0.49 |
| Hex | C8 | 31 | 40 | 0 | 4C | 44 | 16 | 162 | 3D | 31 |
| Octal | 310 | 61 | 100 | 0 | 114 | 104 | 26 | 542 | 75 | 61 |
| Binary | 11001000 | 110001 | 1000000 | 0 | 1001100 | 1000100 | 10110 | 101100010 | 111101 | 110001 |
Color Harmonies of #C83140
Complementary color
Monochromatic Colors of #C83140
Black with #C83140
Text Example
Text Example
White with #C83140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83140; }
p { color: rgb(200,49,64); }
H1.HeaderClassName
{
color: #C83140;
}
.AnyTagClassName
{
color: #C83140;
}
</style>
background-color css
<style>
a { background-color: #C83140; }
a { background-color: rgb(200,49,64); }
div.DivClassName
{
background-color: #C83140;
}
.BgClassName
{
background-color: #C83140;
}
</style>
border-color css
<style>
span { border-color: #C83140; }
span { border-color: rgb(200,49,64); }
td.TdClassName
{
border-color: #C83140;
}
.TagClassName
{
border-color: #C83140;
}
</style>