Shades of Brick Red #D1334D
Tints of Brick Red #D1334D
RGB
CMYK
RGB Variations
Color information
#D1334D (or 0xD1334D) is known color: Brick Red. HEX triplet: D1, 33 and 4D. RGB value is (209,51,77). Sum of RGB (Red+Green+Blue) = 209+51+77=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1334D is #2ECCB2. Grayscale: #656565. Windows color (decimal): -3067059 or 5059537. OLE color: 5059537.
HSL color Cylindrical-coordinate representation of color #D1334D: hue angle of 350.13º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1334D is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 77 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.18 |
| HSL | 350.13º | 0.63% | 0.51% | - |
| HSV(B) | 350.13º | 0.76% | 0.82% | - |
| XYZ | 28.82 | 16.46 | 8.68 | - |
| YUV | 101.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 77 | 0 | 0.76 | 0.63 | 0.18 | 350.13 | 0.63 | 0.51 |
| Hex | D1 | 33 | 4D | 0 | 4C | 3F | 12 | 15E | 3F | 33 |
| Octal | 321 | 63 | 115 | 0 | 114 | 77 | 22 | 536 | 77 | 63 |
| Binary | 11010001 | 110011 | 1001101 | 0 | 1001100 | 111111 | 10010 | 101011110 | 111111 | 110011 |
Color Harmonies of #D1334D
Complementary color
Monochromatic Colors of #D1334D
Black with #D1334D
Text Example
Text Example
White with #D1334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1334D; }
p { color: rgb(209,51,77); }
H1.HeaderClassName
{
color: #D1334D;
}
.AnyTagClassName
{
color: #D1334D;
}
</style>
background-color css
<style>
a { background-color: #D1334D; }
a { background-color: rgb(209,51,77); }
div.DivClassName
{
background-color: #D1334D;
}
.BgClassName
{
background-color: #D1334D;
}
</style>
border-color css
<style>
span { border-color: #D1334D; }
span { border-color: rgb(209,51,77); }
td.TdClassName
{
border-color: #D1334D;
}
.TagClassName
{
border-color: #D1334D;
}
</style>