Shades of Brick Red #C83741
Tints of Brick Red #C83741
RGB
CMYK
RGB Variations
Color information
#C83741 (or 0xC83741) is known color: Brick Red. HEX triplet: C8, 37 and 41. RGB value is (200,55,65). Sum of RGB (Red+Green+Blue) = 200+55+65=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C83741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83741 is #37C8BE. Grayscale: #636363. Windows color (decimal): -3655871 or 4274120. OLE color: 4274120.
HSL color Cylindrical-coordinate representation of color #C83741: hue angle of 355.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83741 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 65 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.22 |
| HSL | 355.86º | 0.57% | 0.5% | - |
| HSV(B) | 355.86º | 0.73% | 0.78% | - |
| XYZ | 26.14 | 15.39 | 6.59 | - |
| YUV | 99.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 65 | 0 | 0.72 | 0.68 | 0.22 | 355.86 | 0.57 | 0.5 |
| Hex | C8 | 37 | 41 | 0 | 48 | 44 | 16 | 164 | 39 | 32 |
| Octal | 310 | 67 | 101 | 0 | 110 | 104 | 26 | 544 | 71 | 62 |
| Binary | 11001000 | 110111 | 1000001 | 0 | 1001000 | 1000100 | 10110 | 101100100 | 111001 | 110010 |
Color Harmonies of #C83741
Complementary color
Monochromatic Colors of #C83741
Black with #C83741
Text Example
Text Example
White with #C83741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83741; }
p { color: rgb(200,55,65); }
H1.HeaderClassName
{
color: #C83741;
}
.AnyTagClassName
{
color: #C83741;
}
</style>
background-color css
<style>
a { background-color: #C83741; }
a { background-color: rgb(200,55,65); }
div.DivClassName
{
background-color: #C83741;
}
.BgClassName
{
background-color: #C83741;
}
</style>
border-color css
<style>
span { border-color: #C83741; }
span { border-color: rgb(200,55,65); }
td.TdClassName
{
border-color: #C83741;
}
.TagClassName
{
border-color: #C83741;
}
</style>