Shades of Brick Red #D63546
Tints of Brick Red #D63546
RGB
CMYK
RGB Variations
Color information
#D63546 (or 0xD63546) is known color: Brick Red. HEX triplet: D6, 35 and 46. RGB value is (214,53,70). Sum of RGB (Red+Green+Blue) = 214+53+70=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D63546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63546 is #29CAB9. Grayscale: #676767. Windows color (decimal): -2738874 or 4601302. OLE color: 4601302.
HSL color Cylindrical-coordinate representation of color #D63546: hue angle of 353.66º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63546 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 70 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.16 |
| HSL | 353.66º | 0.66% | 0.52% | - |
| HSV(B) | 353.66º | 0.75% | 0.84% | - |
| XYZ | 30.11 | 17.28 | 7.54 | - |
| YUV | 103.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 70 | 0 | 0.75 | 0.67 | 0.16 | 353.66 | 0.66 | 0.52 |
| Hex | D6 | 35 | 46 | 0 | 4B | 43 | 10 | 162 | 42 | 34 |
| Octal | 326 | 65 | 106 | 0 | 113 | 103 | 20 | 542 | 102 | 64 |
| Binary | 11010110 | 110101 | 1000110 | 0 | 1001011 | 1000011 | 10000 | 101100010 | 1000010 | 110100 |
Color Harmonies of #D63546
Complementary color
Monochromatic Colors of #D63546
Black with #D63546
Text Example
Text Example
White with #D63546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63546; }
p { color: rgb(214,53,70); }
H1.HeaderClassName
{
color: #D63546;
}
.AnyTagClassName
{
color: #D63546;
}
</style>
background-color css
<style>
a { background-color: #D63546; }
a { background-color: rgb(214,53,70); }
div.DivClassName
{
background-color: #D63546;
}
.BgClassName
{
background-color: #D63546;
}
</style>
border-color css
<style>
span { border-color: #D63546; }
span { border-color: rgb(214,53,70); }
td.TdClassName
{
border-color: #D63546;
}
.TagClassName
{
border-color: #D63546;
}
</style>