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