Shades of Brick Red #C83144
Tints of Brick Red #C83144
RGB
CMYK
RGB Variations
Color information
#C83144 (or 0xC83144) is known color: Brick Red. HEX triplet: C8, 31 and 44. RGB value is (200,49,68). Sum of RGB (Red+Green+Blue) = 200+49+68=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C83144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83144 is #37CEBB. Grayscale: #606060. Windows color (decimal): -3657404 or 4469192. OLE color: 4469192.
HSL color Cylindrical-coordinate representation of color #C83144: hue angle of 352.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83144 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 68 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.22 |
| HSL | 352.45º | 0.61% | 0.49% | - |
| HSV(B) | 352.45º | 0.76% | 0.78% | - |
| XYZ | 25.96 | 14.89 | 6.98 | - |
| YUV | 96.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 68 | 0 | 0.76 | 0.66 | 0.22 | 352.45 | 0.61 | 0.49 |
| Hex | C8 | 31 | 44 | 0 | 4C | 42 | 16 | 160 | 3D | 31 |
| Octal | 310 | 61 | 104 | 0 | 114 | 102 | 26 | 540 | 75 | 61 |
| Binary | 11001000 | 110001 | 1000100 | 0 | 1001100 | 1000010 | 10110 | 101100000 | 111101 | 110001 |
Color Harmonies of #C83144
Complementary color
Monochromatic Colors of #C83144
Black with #C83144
Text Example
Text Example
White with #C83144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83144; }
p { color: rgb(200,49,68); }
H1.HeaderClassName
{
color: #C83144;
}
.AnyTagClassName
{
color: #C83144;
}
</style>
background-color css
<style>
a { background-color: #C83144; }
a { background-color: rgb(200,49,68); }
div.DivClassName
{
background-color: #C83144;
}
.BgClassName
{
background-color: #C83144;
}
</style>
border-color css
<style>
span { border-color: #C83144; }
span { border-color: rgb(200,49,68); }
td.TdClassName
{
border-color: #C83144;
}
.TagClassName
{
border-color: #C83144;
}
</style>