Shades of Brick Red #C83D48
Tints of Brick Red #C83D48
RGB
CMYK
RGB Variations
Color information
#C83D48 (or 0xC83D48) is known color: Brick Red. HEX triplet: C8, 3D and 48. RGB value is (200,61,72). Sum of RGB (Red+Green+Blue) = 200+61+72=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D48 is #37C2B7. Grayscale: #676767. Windows color (decimal): -3654328 or 4734408. OLE color: 4734408.
HSL color Cylindrical-coordinate representation of color #C83D48: hue angle of 355.25º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D48 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 72 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.22 |
| HSL | 355.25º | 0.56% | 0.51% | - |
| HSV(B) | 355.25º | 0.7% | 0.78% | - |
| XYZ | 26.66 | 16.08 | 7.83 | - |
| YUV | 103.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 72 | 0 | 0.69 | 0.64 | 0.22 | 355.25 | 0.56 | 0.51 |
| Hex | C8 | 3D | 48 | 0 | 45 | 40 | 16 | 163 | 38 | 33 |
| Octal | 310 | 75 | 110 | 0 | 105 | 100 | 26 | 543 | 70 | 63 |
| Binary | 11001000 | 111101 | 1001000 | 0 | 1000101 | 1000000 | 10110 | 101100011 | 111000 | 110011 |
Color Harmonies of #C83D48
Complementary color
Monochromatic Colors of #C83D48
Black with #C83D48
Text Example
Text Example
White with #C83D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D48; }
p { color: rgb(200,61,72); }
H1.HeaderClassName
{
color: #C83D48;
}
.AnyTagClassName
{
color: #C83D48;
}
</style>
background-color css
<style>
a { background-color: #C83D48; }
a { background-color: rgb(200,61,72); }
div.DivClassName
{
background-color: #C83D48;
}
.BgClassName
{
background-color: #C83D48;
}
</style>
border-color css
<style>
span { border-color: #C83D48; }
span { border-color: rgb(200,61,72); }
td.TdClassName
{
border-color: #C83D48;
}
.TagClassName
{
border-color: #C83D48;
}
</style>