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