Shades of Brick Red #C83547
Tints of Brick Red #C83547
RGB
CMYK
RGB Variations
Color information
#C83547 (or 0xC83547) is known color: Brick Red. HEX triplet: C8, 35 and 47. RGB value is (200,53,71). Sum of RGB (Red+Green+Blue) = 200+53+71=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C83547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83547 is #37CAB8. Grayscale: #636363. Windows color (decimal): -3656377 or 4666824. OLE color: 4666824.
HSL color Cylindrical-coordinate representation of color #C83547: hue angle of 352.65º 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 #C83547 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 71 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.22 |
| HSL | 352.65º | 0.58% | 0.5% | - |
| HSV(B) | 352.65º | 0.74% | 0.78% | - |
| XYZ | 26.23 | 15.28 | 7.53 | - |
| YUV | 99.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 71 | 0 | 0.74 | 0.64 | 0.22 | 352.65 | 0.58 | 0.5 |
| Hex | C8 | 35 | 47 | 0 | 4A | 40 | 16 | 161 | 3A | 32 |
| Octal | 310 | 65 | 107 | 0 | 112 | 100 | 26 | 541 | 72 | 62 |
| Binary | 11001000 | 110101 | 1000111 | 0 | 1001010 | 1000000 | 10110 | 101100001 | 111010 | 110010 |
Color Harmonies of #C83547
Complementary color
Monochromatic Colors of #C83547
Black with #C83547
Text Example
Text Example
White with #C83547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83547; }
p { color: rgb(200,53,71); }
H1.HeaderClassName
{
color: #C83547;
}
.AnyTagClassName
{
color: #C83547;
}
</style>
background-color css
<style>
a { background-color: #C83547; }
a { background-color: rgb(200,53,71); }
div.DivClassName
{
background-color: #C83547;
}
.BgClassName
{
background-color: #C83547;
}
</style>
border-color css
<style>
span { border-color: #C83547; }
span { border-color: rgb(200,53,71); }
td.TdClassName
{
border-color: #C83547;
}
.TagClassName
{
border-color: #C83547;
}
</style>