Shades of Brick Red #C83142
Tints of Brick Red #C83142
RGB
CMYK
RGB Variations
Color information
#C83142 (or 0xC83142) is known color: Brick Red. HEX triplet: C8, 31 and 42. RGB value is (200,49,66). Sum of RGB (Red+Green+Blue) = 200+49+66=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C83142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83142 is #37CEBD. Grayscale: #606060. Windows color (decimal): -3657406 or 4338120. OLE color: 4338120.
HSL color Cylindrical-coordinate representation of color #C83142: hue angle of 353.25º 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 #C83142 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 66 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.22 |
| HSL | 353.25º | 0.61% | 0.49% | - |
| HSV(B) | 353.25º | 0.76% | 0.78% | - |
| XYZ | 25.9 | 14.87 | 6.66 | - |
| YUV | 96.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 66 | 0 | 0.76 | 0.67 | 0.22 | 353.25 | 0.61 | 0.49 |
| Hex | C8 | 31 | 42 | 0 | 4C | 43 | 16 | 161 | 3D | 31 |
| Octal | 310 | 61 | 102 | 0 | 114 | 103 | 26 | 541 | 75 | 61 |
| Binary | 11001000 | 110001 | 1000010 | 0 | 1001100 | 1000011 | 10110 | 101100001 | 111101 | 110001 |
Color Harmonies of #C83142
Complementary color
Monochromatic Colors of #C83142
Black with #C83142
Text Example
Text Example
White with #C83142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83142; }
p { color: rgb(200,49,66); }
H1.HeaderClassName
{
color: #C83142;
}
.AnyTagClassName
{
color: #C83142;
}
</style>
background-color css
<style>
a { background-color: #C83142; }
a { background-color: rgb(200,49,66); }
div.DivClassName
{
background-color: #C83142;
}
.BgClassName
{
background-color: #C83142;
}
</style>
border-color css
<style>
span { border-color: #C83142; }
span { border-color: rgb(200,49,66); }
td.TdClassName
{
border-color: #C83142;
}
.TagClassName
{
border-color: #C83142;
}
</style>