Shades of Brick Red #C8343F
Tints of Brick Red #C8343F
RGB
CMYK
RGB Variations
Color information
#C8343F (or 0xC8343F) is known color: Brick Red. HEX triplet: C8, 34 and 3F. RGB value is (200,52,63). Sum of RGB (Red+Green+Blue) = 200+52+63=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8343F is #37CBC0. Grayscale: #616161. Windows color (decimal): -3656641 or 4142280. OLE color: 4142280.
HSL color Cylindrical-coordinate representation of color #C8343F: hue angle of 355.54º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8343F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 63 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.22 |
| HSL | 355.54º | 0.59% | 0.49% | - |
| HSV(B) | 355.54º | 0.74% | 0.78% | - |
| XYZ | 25.94 | 15.09 | 6.25 | - |
| YUV | 97.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 63 | 0 | 0.74 | 0.68 | 0.22 | 355.54 | 0.59 | 0.49 |
| Hex | C8 | 34 | 3F | 0 | 4A | 44 | 16 | 164 | 3B | 31 |
| Octal | 310 | 64 | 77 | 0 | 112 | 104 | 26 | 544 | 73 | 61 |
| Binary | 11001000 | 110100 | 111111 | 0 | 1001010 | 1000100 | 10110 | 101100100 | 111011 | 110001 |
Color Harmonies of #C8343F
Complementary color
Monochromatic Colors of #C8343F
Black with #C8343F
Text Example
Text Example
White with #C8343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8343F; }
p { color: rgb(200,52,63); }
H1.HeaderClassName
{
color: #C8343F;
}
.AnyTagClassName
{
color: #C8343F;
}
</style>
background-color css
<style>
a { background-color: #C8343F; }
a { background-color: rgb(200,52,63); }
div.DivClassName
{
background-color: #C8343F;
}
.BgClassName
{
background-color: #C8343F;
}
</style>
border-color css
<style>
span { border-color: #C8343F; }
span { border-color: rgb(200,52,63); }
td.TdClassName
{
border-color: #C8343F;
}
.TagClassName
{
border-color: #C8343F;
}
</style>