Shades of Brick Red #C83744
Tints of Brick Red #C83744
RGB
CMYK
RGB Variations
Color information
#C83744 (or 0xC83744) is known color: Brick Red. HEX triplet: C8, 37 and 44. RGB value is (200,55,68). Sum of RGB (Red+Green+Blue) = 200+55+68=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83744 is #37C8BB. Grayscale: #636363. Windows color (decimal): -3655868 or 4470728. OLE color: 4470728.
HSL color Cylindrical-coordinate representation of color #C83744: hue angle of 354.62º 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 #C83744 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 68 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.22 |
| HSL | 354.62º | 0.57% | 0.5% | - |
| HSV(B) | 354.62º | 0.73% | 0.78% | - |
| XYZ | 26.23 | 15.43 | 7.06 | - |
| YUV | 99.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 68 | 0 | 0.72 | 0.66 | 0.22 | 354.62 | 0.57 | 0.5 |
| Hex | C8 | 37 | 44 | 0 | 48 | 42 | 16 | 163 | 39 | 32 |
| Octal | 310 | 67 | 104 | 0 | 110 | 102 | 26 | 543 | 71 | 62 |
| Binary | 11001000 | 110111 | 1000100 | 0 | 1001000 | 1000010 | 10110 | 101100011 | 111001 | 110010 |
Color Harmonies of #C83744
Complementary color
Monochromatic Colors of #C83744
Black with #C83744
Text Example
Text Example
White with #C83744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83744; }
p { color: rgb(200,55,68); }
H1.HeaderClassName
{
color: #C83744;
}
.AnyTagClassName
{
color: #C83744;
}
</style>
background-color css
<style>
a { background-color: #C83744; }
a { background-color: rgb(200,55,68); }
div.DivClassName
{
background-color: #C83744;
}
.BgClassName
{
background-color: #C83744;
}
</style>
border-color css
<style>
span { border-color: #C83744; }
span { border-color: rgb(200,55,68); }
td.TdClassName
{
border-color: #C83744;
}
.TagClassName
{
border-color: #C83744;
}
</style>