Shades of Brick Red #D73144
Tints of Brick Red #D73144
RGB
CMYK
RGB Variations
Color information
#D73144 (or 0xD73144) is known color: Brick Red. HEX triplet: D7, 31 and 44. RGB value is (215,49,68). Sum of RGB (Red+Green+Blue) = 215+49+68=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D73144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73144 is #28CEBB. Grayscale: #646464. Windows color (decimal): -2674364 or 4469207. OLE color: 4469207.
HSL color Cylindrical-coordinate representation of color #D73144: hue angle of 353.13º 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 #D73144 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 68 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.16 |
| HSL | 353.13º | 0.67% | 0.52% | - |
| HSV(B) | 353.13º | 0.77% | 0.84% | - |
| XYZ | 30.17 | 17.06 | 7.17 | - |
| YUV | 100.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 68 | 0 | 0.77 | 0.68 | 0.16 | 353.13 | 0.67 | 0.52 |
| Hex | D7 | 31 | 44 | 0 | 4D | 44 | 10 | 161 | 43 | 34 |
| Octal | 327 | 61 | 104 | 0 | 115 | 104 | 20 | 541 | 103 | 64 |
| Binary | 11010111 | 110001 | 1000100 | 0 | 1001101 | 1000100 | 10000 | 101100001 | 1000011 | 110100 |
Color Harmonies of #D73144
Complementary color
Monochromatic Colors of #D73144
Black with #D73144
Text Example
Text Example
White with #D73144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73144; }
p { color: rgb(215,49,68); }
H1.HeaderClassName
{
color: #D73144;
}
.AnyTagClassName
{
color: #D73144;
}
</style>
background-color css
<style>
a { background-color: #D73144; }
a { background-color: rgb(215,49,68); }
div.DivClassName
{
background-color: #D73144;
}
.BgClassName
{
background-color: #D73144;
}
</style>
border-color css
<style>
span { border-color: #D73144; }
span { border-color: rgb(215,49,68); }
td.TdClassName
{
border-color: #D73144;
}
.TagClassName
{
border-color: #D73144;
}
</style>