Shades of Brick Red #D73644
Tints of Brick Red #D73644
RGB
CMYK
RGB Variations
Color information
#D73644 (or 0xD73644) is known color: Brick Red. HEX triplet: D7, 36 and 44. RGB value is (215,54,68). Sum of RGB (Red+Green+Blue) = 215+54+68=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D73644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73644 is #28C9BB. Grayscale: #676767. Windows color (decimal): -2673084 or 4470487. OLE color: 4470487.
HSL color Cylindrical-coordinate representation of color #D73644: hue angle of 354.78º 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 #D73644 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 68 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.16 |
| HSL | 354.78º | 0.67% | 0.53% | - |
| HSV(B) | 354.78º | 0.75% | 0.84% | - |
| XYZ | 30.39 | 17.5 | 7.25 | - |
| YUV | 103.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 68 | 0 | 0.75 | 0.68 | 0.16 | 354.78 | 0.67 | 0.53 |
| Hex | D7 | 36 | 44 | 0 | 4B | 44 | 10 | 163 | 43 | 35 |
| Octal | 327 | 66 | 104 | 0 | 113 | 104 | 20 | 543 | 103 | 65 |
| Binary | 11010111 | 110110 | 1000100 | 0 | 1001011 | 1000100 | 10000 | 101100011 | 1000011 | 110101 |
Color Harmonies of #D73644
Complementary color
Monochromatic Colors of #D73644
Black with #D73644
Text Example
Text Example
White with #D73644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73644; }
p { color: rgb(215,54,68); }
H1.HeaderClassName
{
color: #D73644;
}
.AnyTagClassName
{
color: #D73644;
}
</style>
background-color css
<style>
a { background-color: #D73644; }
a { background-color: rgb(215,54,68); }
div.DivClassName
{
background-color: #D73644;
}
.BgClassName
{
background-color: #D73644;
}
</style>
border-color css
<style>
span { border-color: #D73644; }
span { border-color: rgb(215,54,68); }
td.TdClassName
{
border-color: #D73644;
}
.TagClassName
{
border-color: #D73644;
}
</style>