Shades of Brick Red #C8293A
Tints of Brick Red #C8293A
RGB
CMYK
RGB Variations
Color information
#C8293A (or 0xC8293A) is known color: Brick Red. HEX triplet: C8, 29 and 3A. RGB value is (200,41,58). Sum of RGB (Red+Green+Blue) = 200+41+58=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8293A is #37D6C5. Grayscale: #5A5A5A. Windows color (decimal): -3659462 or 3811784. OLE color: 3811784.
HSL color Cylindrical-coordinate representation of color #C8293A: hue angle of 353.58º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8293A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 58 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.22 |
| HSL | 353.58º | 0.66% | 0.47% | - |
| HSV(B) | 353.58º | 0.8% | 0.78% | - |
| XYZ | 25.38 | 14.17 | 5.4 | - |
| YUV | 90.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 58 | 0 | 0.80 | 0.71 | 0.22 | 353.58 | 0.66 | 0.47 |
| Hex | C8 | 29 | 3A | 0 | 50 | 47 | 16 | 162 | 42 | 2F |
| Octal | 310 | 51 | 72 | 0 | 120 | 107 | 26 | 542 | 102 | 57 |
| Binary | 11001000 | 101001 | 111010 | 0 | 1010000 | 1000111 | 10110 | 101100010 | 1000010 | 101111 |
Color Harmonies of #C8293A
Complementary color
Monochromatic Colors of #C8293A
Black with #C8293A
Text Example
Text Example
White with #C8293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8293A; }
p { color: rgb(200,41,58); }
H1.HeaderClassName
{
color: #C8293A;
}
.AnyTagClassName
{
color: #C8293A;
}
</style>
background-color css
<style>
a { background-color: #C8293A; }
a { background-color: rgb(200,41,58); }
div.DivClassName
{
background-color: #C8293A;
}
.BgClassName
{
background-color: #C8293A;
}
</style>
border-color css
<style>
span { border-color: #C8293A; }
span { border-color: rgb(200,41,58); }
td.TdClassName
{
border-color: #C8293A;
}
.TagClassName
{
border-color: #C8293A;
}
</style>