Shades of Brick Red #D63949
Tints of Brick Red #D63949
RGB
CMYK
RGB Variations
Color information
#D63949 (or 0xD63949) is known color: Brick Red. HEX triplet: D6, 39 and 49. RGB value is (214,57,73). Sum of RGB (Red+Green+Blue) = 214+57+73=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D63949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63949 is #29C6B6. Grayscale: #696969. Windows color (decimal): -2737847 or 4798934. OLE color: 4798934.
HSL color Cylindrical-coordinate representation of color #D63949: hue angle of 353.89º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63949 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 73 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.16 |
| HSL | 353.89º | 0.66% | 0.53% | - |
| HSV(B) | 353.89º | 0.73% | 0.84% | - |
| XYZ | 30.4 | 17.7 | 8.12 | - |
| YUV | 105.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 73 | 0 | 0.73 | 0.66 | 0.16 | 353.89 | 0.66 | 0.53 |
| Hex | D6 | 39 | 49 | 0 | 49 | 42 | 10 | 162 | 42 | 35 |
| Octal | 326 | 71 | 111 | 0 | 111 | 102 | 20 | 542 | 102 | 65 |
| Binary | 11010110 | 111001 | 1001001 | 0 | 1001001 | 1000010 | 10000 | 101100010 | 1000010 | 110101 |
Color Harmonies of #D63949
Complementary color
Monochromatic Colors of #D63949
Black with #D63949
Text Example
Text Example
White with #D63949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63949; }
p { color: rgb(214,57,73); }
H1.HeaderClassName
{
color: #D63949;
}
.AnyTagClassName
{
color: #D63949;
}
</style>
background-color css
<style>
a { background-color: #D63949; }
a { background-color: rgb(214,57,73); }
div.DivClassName
{
background-color: #D63949;
}
.BgClassName
{
background-color: #D63949;
}
</style>
border-color css
<style>
span { border-color: #D63949; }
span { border-color: rgb(214,57,73); }
td.TdClassName
{
border-color: #D63949;
}
.TagClassName
{
border-color: #D63949;
}
</style>