Shades of Brick Red #D73646
Tints of Brick Red #D73646
RGB
CMYK
RGB Variations
Color information
#D73646 (or 0xD73646) is known color: Brick Red. HEX triplet: D7, 36 and 46. RGB value is (215,54,70). Sum of RGB (Red+Green+Blue) = 215+54+70=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D73646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73646 is #28C9B9. Grayscale: #686868. Windows color (decimal): -2673082 or 4601559. OLE color: 4601559.
HSL color Cylindrical-coordinate representation of color #D73646: hue angle of 354.04º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73646 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 70 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.16 |
| HSL | 354.04º | 0.67% | 0.53% | - |
| HSV(B) | 354.04º | 0.75% | 0.84% | - |
| XYZ | 30.45 | 17.53 | 7.57 | - |
| YUV | 103.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 70 | 0 | 0.75 | 0.67 | 0.16 | 354.04 | 0.67 | 0.53 |
| Hex | D7 | 36 | 46 | 0 | 4B | 43 | 10 | 162 | 43 | 35 |
| Octal | 327 | 66 | 106 | 0 | 113 | 103 | 20 | 542 | 103 | 65 |
| Binary | 11010111 | 110110 | 1000110 | 0 | 1001011 | 1000011 | 10000 | 101100010 | 1000011 | 110101 |
Color Harmonies of #D73646
Complementary color
Monochromatic Colors of #D73646
Black with #D73646
Text Example
Text Example
White with #D73646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73646; }
p { color: rgb(215,54,70); }
H1.HeaderClassName
{
color: #D73646;
}
.AnyTagClassName
{
color: #D73646;
}
</style>
background-color css
<style>
a { background-color: #D73646; }
a { background-color: rgb(215,54,70); }
div.DivClassName
{
background-color: #D73646;
}
.BgClassName
{
background-color: #D73646;
}
</style>
border-color css
<style>
span { border-color: #D73646; }
span { border-color: rgb(215,54,70); }
td.TdClassName
{
border-color: #D73646;
}
.TagClassName
{
border-color: #D73646;
}
</style>