Shades of Brick Red #C83944
Tints of Brick Red #C83944
RGB
CMYK
RGB Variations
Color information
#C83944 (or 0xC83944) is known color: Brick Red. HEX triplet: C8, 39 and 44. RGB value is (200,57,68). Sum of RGB (Red+Green+Blue) = 200+57+68=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C83944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83944 is #37C6BB. Grayscale: #656565. Windows color (decimal): -3655356 or 4471240. OLE color: 4471240.
HSL color Cylindrical-coordinate representation of color #C83944: hue angle of 355.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83944 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 68 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.22 |
| HSL | 355.38º | 0.57% | 0.5% | - |
| HSV(B) | 355.38º | 0.72% | 0.78% | - |
| XYZ | 26.33 | 15.62 | 7.1 | - |
| YUV | 101.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 68 | 0 | 0.72 | 0.66 | 0.22 | 355.38 | 0.57 | 0.5 |
| Hex | C8 | 39 | 44 | 0 | 48 | 42 | 16 | 163 | 39 | 32 |
| Octal | 310 | 71 | 104 | 0 | 110 | 102 | 26 | 543 | 71 | 62 |
| Binary | 11001000 | 111001 | 1000100 | 0 | 1001000 | 1000010 | 10110 | 101100011 | 111001 | 110010 |
Color Harmonies of #C83944
Complementary color
Monochromatic Colors of #C83944
Black with #C83944
Text Example
Text Example
White with #C83944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83944; }
p { color: rgb(200,57,68); }
H1.HeaderClassName
{
color: #C83944;
}
.AnyTagClassName
{
color: #C83944;
}
</style>
background-color css
<style>
a { background-color: #C83944; }
a { background-color: rgb(200,57,68); }
div.DivClassName
{
background-color: #C83944;
}
.BgClassName
{
background-color: #C83944;
}
</style>
border-color css
<style>
span { border-color: #C83944; }
span { border-color: rgb(200,57,68); }
td.TdClassName
{
border-color: #C83944;
}
.TagClassName
{
border-color: #C83944;
}
</style>