Shades of Brick Red #C8353F
Tints of Brick Red #C8353F
RGB
CMYK
RGB Variations
Color information
#C8353F (or 0xC8353F) is known color: Brick Red. HEX triplet: C8, 35 and 3F. RGB value is (200,53,63). Sum of RGB (Red+Green+Blue) = 200+53+63=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353F is #37CAC0. Grayscale: #626262. Windows color (decimal): -3656385 or 4142536. OLE color: 4142536.
HSL color Cylindrical-coordinate representation of color #C8353F: hue angle of 355.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8353F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 63 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.22 |
| HSL | 355.92º | 0.58% | 0.5% | - |
| HSV(B) | 355.92º | 0.74% | 0.78% | - |
| XYZ | 25.99 | 15.18 | 6.26 | - |
| YUV | 98.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 63 | 0 | 0.74 | 0.68 | 0.22 | 355.92 | 0.58 | 0.5 |
| Hex | C8 | 35 | 3F | 0 | 4A | 44 | 16 | 164 | 3A | 32 |
| Octal | 310 | 65 | 77 | 0 | 112 | 104 | 26 | 544 | 72 | 62 |
| Binary | 11001000 | 110101 | 111111 | 0 | 1001010 | 1000100 | 10110 | 101100100 | 111010 | 110010 |
Color Harmonies of #C8353F
Complementary color
Monochromatic Colors of #C8353F
Black with #C8353F
Text Example
Text Example
White with #C8353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8353F; }
p { color: rgb(200,53,63); }
H1.HeaderClassName
{
color: #C8353F;
}
.AnyTagClassName
{
color: #C8353F;
}
</style>
background-color css
<style>
a { background-color: #C8353F; }
a { background-color: rgb(200,53,63); }
div.DivClassName
{
background-color: #C8353F;
}
.BgClassName
{
background-color: #C8353F;
}
</style>
border-color css
<style>
span { border-color: #C8353F; }
span { border-color: rgb(200,53,63); }
td.TdClassName
{
border-color: #C8353F;
}
.TagClassName
{
border-color: #C8353F;
}
</style>