Shades of Brick Red #D1364D
Tints of Brick Red #D1364D
RGB
CMYK
RGB Variations
Color information
#D1364D (or 0xD1364D) is known color: Brick Red. HEX triplet: D1, 36 and 4D. RGB value is (209,54,77). Sum of RGB (Red+Green+Blue) = 209+54+77=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1364D is #2EC9B2. Grayscale: #676767. Windows color (decimal): -3066291 or 5060305. OLE color: 5060305.
HSL color Cylindrical-coordinate representation of color #D1364D: hue angle of 351.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1364D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 77 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.18 |
| HSL | 351.1º | 0.63% | 0.52% | - |
| HSV(B) | 351.1º | 0.74% | 0.82% | - |
| XYZ | 28.95 | 16.73 | 8.72 | - |
| YUV | 102.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 77 | 0 | 0.74 | 0.63 | 0.18 | 351.1 | 0.63 | 0.52 |
| Hex | D1 | 36 | 4D | 0 | 4A | 3F | 12 | 15F | 3F | 34 |
| Octal | 321 | 66 | 115 | 0 | 112 | 77 | 22 | 537 | 77 | 64 |
| Binary | 11010001 | 110110 | 1001101 | 0 | 1001010 | 111111 | 10010 | 101011111 | 111111 | 110100 |
Color Harmonies of #D1364D
Complementary color
Monochromatic Colors of #D1364D
Black with #D1364D
Text Example
Text Example
White with #D1364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1364D; }
p { color: rgb(209,54,77); }
H1.HeaderClassName
{
color: #D1364D;
}
.AnyTagClassName
{
color: #D1364D;
}
</style>
background-color css
<style>
a { background-color: #D1364D; }
a { background-color: rgb(209,54,77); }
div.DivClassName
{
background-color: #D1364D;
}
.BgClassName
{
background-color: #D1364D;
}
</style>
border-color css
<style>
span { border-color: #D1364D; }
span { border-color: rgb(209,54,77); }
td.TdClassName
{
border-color: #D1364D;
}
.TagClassName
{
border-color: #D1364D;
}
</style>