Shades of Brick Red #D63146
Tints of Brick Red #D63146
RGB
CMYK
RGB Variations
Color information
#D63146 (or 0xD63146) is known color: Brick Red. HEX triplet: D6, 31 and 46. RGB value is (214,49,70). Sum of RGB (Red+Green+Blue) = 214+49+70=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63146 is #29CEB9. Grayscale: #646464. Windows color (decimal): -2739898 or 4600278. OLE color: 4600278.
HSL color Cylindrical-coordinate representation of color #D63146: hue angle of 352.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63146 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 70 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.16 |
| HSL | 352.36º | 0.67% | 0.52% | - |
| HSV(B) | 352.36º | 0.77% | 0.84% | - |
| XYZ | 29.94 | 16.93 | 7.49 | - |
| YUV | 100.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 70 | 0 | 0.77 | 0.67 | 0.16 | 352.36 | 0.67 | 0.52 |
| Hex | D6 | 31 | 46 | 0 | 4D | 43 | 10 | 160 | 43 | 34 |
| Octal | 326 | 61 | 106 | 0 | 115 | 103 | 20 | 540 | 103 | 64 |
| Binary | 11010110 | 110001 | 1000110 | 0 | 1001101 | 1000011 | 10000 | 101100000 | 1000011 | 110100 |
Color Harmonies of #D63146
Complementary color
Monochromatic Colors of #D63146
Black with #D63146
Text Example
Text Example
White with #D63146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63146; }
p { color: rgb(214,49,70); }
H1.HeaderClassName
{
color: #D63146;
}
.AnyTagClassName
{
color: #D63146;
}
</style>
background-color css
<style>
a { background-color: #D63146; }
a { background-color: rgb(214,49,70); }
div.DivClassName
{
background-color: #D63146;
}
.BgClassName
{
background-color: #D63146;
}
</style>
border-color css
<style>
span { border-color: #D63146; }
span { border-color: rgb(214,49,70); }
td.TdClassName
{
border-color: #D63146;
}
.TagClassName
{
border-color: #D63146;
}
</style>