Shades of Brick Red #D73645
Tints of Brick Red #D73645
RGB
CMYK
RGB Variations
Color information
#D73645 (or 0xD73645) is known color: Brick Red. HEX triplet: D7, 36 and 45. RGB value is (215,54,69). Sum of RGB (Red+Green+Blue) = 215+54+69=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D73645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73645 is #28C9BA. Grayscale: #676767. Windows color (decimal): -2673083 or 4536023. OLE color: 4536023.
HSL color Cylindrical-coordinate representation of color #D73645: hue angle of 354.41º 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 #D73645 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 69 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.16 |
| HSL | 354.41º | 0.67% | 0.53% | - |
| HSV(B) | 354.41º | 0.75% | 0.84% | - |
| XYZ | 30.42 | 17.52 | 7.41 | - |
| YUV | 103.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 69 | 0 | 0.75 | 0.68 | 0.16 | 354.41 | 0.67 | 0.53 |
| Hex | D7 | 36 | 45 | 0 | 4B | 44 | 10 | 162 | 43 | 35 |
| Octal | 327 | 66 | 105 | 0 | 113 | 104 | 20 | 542 | 103 | 65 |
| Binary | 11010111 | 110110 | 1000101 | 0 | 1001011 | 1000100 | 10000 | 101100010 | 1000011 | 110101 |
Color Harmonies of #D73645
Complementary color
Monochromatic Colors of #D73645
Black with #D73645
Text Example
Text Example
White with #D73645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73645; }
p { color: rgb(215,54,69); }
H1.HeaderClassName
{
color: #D73645;
}
.AnyTagClassName
{
color: #D73645;
}
</style>
background-color css
<style>
a { background-color: #D73645; }
a { background-color: rgb(215,54,69); }
div.DivClassName
{
background-color: #D73645;
}
.BgClassName
{
background-color: #D73645;
}
</style>
border-color css
<style>
span { border-color: #D73645; }
span { border-color: rgb(215,54,69); }
td.TdClassName
{
border-color: #D73645;
}
.TagClassName
{
border-color: #D73645;
}
</style>