Shades of Brick Red #D73C49
Tints of Brick Red #D73C49
RGB
CMYK
RGB Variations
Color information
#D73C49 (or 0xD73C49) is known color: Brick Red. HEX triplet: D7, 3C and 49. RGB value is (215,60,73). Sum of RGB (Red+Green+Blue) = 215+60+73=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C49 is #28C3B6. Grayscale: #6B6B6B. Windows color (decimal): -2671543 or 4799703. OLE color: 4799703.
HSL color Cylindrical-coordinate representation of color #D73C49: hue angle of 354.97º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C49 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 73 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.16 |
| HSL | 354.97º | 0.66% | 0.54% | - |
| HSV(B) | 354.97º | 0.72% | 0.84% | - |
| XYZ | 30.84 | 18.16 | 8.18 | - |
| YUV | 107.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 73 | 0 | 0.72 | 0.66 | 0.16 | 354.97 | 0.66 | 0.54 |
| Hex | D7 | 3C | 49 | 0 | 48 | 42 | 10 | 163 | 42 | 36 |
| Octal | 327 | 74 | 111 | 0 | 110 | 102 | 20 | 543 | 102 | 66 |
| Binary | 11010111 | 111100 | 1001001 | 0 | 1001000 | 1000010 | 10000 | 101100011 | 1000010 | 110110 |
Color Harmonies of #D73C49
Complementary color
Monochromatic Colors of #D73C49
Black with #D73C49
Text Example
Text Example
White with #D73C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C49; }
p { color: rgb(215,60,73); }
H1.HeaderClassName
{
color: #D73C49;
}
.AnyTagClassName
{
color: #D73C49;
}
</style>
background-color css
<style>
a { background-color: #D73C49; }
a { background-color: rgb(215,60,73); }
div.DivClassName
{
background-color: #D73C49;
}
.BgClassName
{
background-color: #D73C49;
}
</style>
border-color css
<style>
span { border-color: #D73C49; }
span { border-color: rgb(215,60,73); }
td.TdClassName
{
border-color: #D73C49;
}
.TagClassName
{
border-color: #D73C49;
}
</style>