Shades of Brick Red #D1214C
Tints of Brick Red #D1214C
RGB
CMYK
RGB Variations
Color information
#D1214C (or 0xD1214C) is known color: Brick Red. HEX triplet: D1, 21 and 4C. RGB value is (209,33,76). Sum of RGB (Red+Green+Blue) = 209+33+76=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1214C is #2EDEB3. Grayscale: #5A5A5A. Windows color (decimal): -3071668 or 4989393. OLE color: 4989393.
HSL color Cylindrical-coordinate representation of color #D1214C: hue angle of 345.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1214C is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 76 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.18 |
| HSL | 345.34º | 0.73% | 0.47% | - |
| HSV(B) | 345.34º | 0.84% | 0.82% | - |
| XYZ | 28.14 | 15.16 | 8.28 | - |
| YUV | 90.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 76 | 0 | 0.84 | 0.64 | 0.18 | 345.34 | 0.73 | 0.47 |
| Hex | D1 | 21 | 4C | 0 | 54 | 40 | 12 | 159 | 49 | 2F |
| Octal | 321 | 41 | 114 | 0 | 124 | 100 | 22 | 531 | 111 | 57 |
| Binary | 11010001 | 100001 | 1001100 | 0 | 1010100 | 1000000 | 10010 | 101011001 | 1001001 | 101111 |
Color Harmonies of #D1214C
Complementary color
Monochromatic Colors of #D1214C
Black with #D1214C
Text Example
Text Example
White with #D1214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1214C; }
p { color: rgb(209,33,76); }
H1.HeaderClassName
{
color: #D1214C;
}
.AnyTagClassName
{
color: #D1214C;
}
</style>
background-color css
<style>
a { background-color: #D1214C; }
a { background-color: rgb(209,33,76); }
div.DivClassName
{
background-color: #D1214C;
}
.BgClassName
{
background-color: #D1214C;
}
</style>
border-color css
<style>
span { border-color: #D1214C; }
span { border-color: rgb(209,33,76); }
td.TdClassName
{
border-color: #D1214C;
}
.TagClassName
{
border-color: #D1214C;
}
</style>