Shades of Brick Red #D73542
Tints of Brick Red #D73542
RGB
CMYK
RGB Variations
Color information
#D73542 (or 0xD73542) is known color: Brick Red. HEX triplet: D7, 35 and 42. RGB value is (215,53,66). Sum of RGB (Red+Green+Blue) = 215+53+66=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D73542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73542 is #28CABD. Grayscale: #676767. Windows color (decimal): -2673342 or 4339159. OLE color: 4339159.
HSL color Cylindrical-coordinate representation of color #D73542: hue angle of 355.19º 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 #D73542 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 66 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.16 |
| HSL | 355.19º | 0.67% | 0.53% | - |
| HSV(B) | 355.19º | 0.75% | 0.84% | - |
| XYZ | 30.28 | 17.39 | 6.91 | - |
| YUV | 102.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 66 | 0 | 0.75 | 0.69 | 0.16 | 355.19 | 0.67 | 0.53 |
| Hex | D7 | 35 | 42 | 0 | 4B | 45 | 10 | 163 | 43 | 35 |
| Octal | 327 | 65 | 102 | 0 | 113 | 105 | 20 | 543 | 103 | 65 |
| Binary | 11010111 | 110101 | 1000010 | 0 | 1001011 | 1000101 | 10000 | 101100011 | 1000011 | 110101 |
Color Harmonies of #D73542
Complementary color
Monochromatic Colors of #D73542
Black with #D73542
Text Example
Text Example
White with #D73542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73542; }
p { color: rgb(215,53,66); }
H1.HeaderClassName
{
color: #D73542;
}
.AnyTagClassName
{
color: #D73542;
}
</style>
background-color css
<style>
a { background-color: #D73542; }
a { background-color: rgb(215,53,66); }
div.DivClassName
{
background-color: #D73542;
}
.BgClassName
{
background-color: #D73542;
}
</style>
border-color css
<style>
span { border-color: #D73542; }
span { border-color: rgb(215,53,66); }
td.TdClassName
{
border-color: #D73542;
}
.TagClassName
{
border-color: #D73542;
}
</style>