Shades of Brick Red #C83F47
Tints of Brick Red #C83F47
RGB
CMYK
RGB Variations
Color information
#C83F47 (or 0xC83F47) is known color: Brick Red. HEX triplet: C8, 3F and 47. RGB value is (200,63,71). Sum of RGB (Red+Green+Blue) = 200+63+71=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F47 is #37C0B8. Grayscale: #686868. Windows color (decimal): -3653817 or 4669384. OLE color: 4669384.
HSL color Cylindrical-coordinate representation of color #C83F47: hue angle of 356.5º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F47 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 71 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.22 |
| HSL | 356.5º | 0.55% | 0.52% | - |
| HSV(B) | 356.5º | 0.69% | 0.78% | - |
| XYZ | 26.73 | 16.29 | 7.7 | - |
| YUV | 104.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 71 | 0 | 0.68 | 0.64 | 0.22 | 356.5 | 0.55 | 0.52 |
| Hex | C8 | 3F | 47 | 0 | 44 | 40 | 16 | 164 | 37 | 34 |
| Octal | 310 | 77 | 107 | 0 | 104 | 100 | 26 | 544 | 67 | 64 |
| Binary | 11001000 | 111111 | 1000111 | 0 | 1000100 | 1000000 | 10110 | 101100100 | 110111 | 110100 |
Color Harmonies of #C83F47
Complementary color
Monochromatic Colors of #C83F47
Black with #C83F47
Text Example
Text Example
White with #C83F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F47; }
p { color: rgb(200,63,71); }
H1.HeaderClassName
{
color: #C83F47;
}
.AnyTagClassName
{
color: #C83F47;
}
</style>
background-color css
<style>
a { background-color: #C83F47; }
a { background-color: rgb(200,63,71); }
div.DivClassName
{
background-color: #C83F47;
}
.BgClassName
{
background-color: #C83F47;
}
</style>
border-color css
<style>
span { border-color: #C83F47; }
span { border-color: rgb(200,63,71); }
td.TdClassName
{
border-color: #C83F47;
}
.TagClassName
{
border-color: #C83F47;
}
</style>