Shades of Brick Red #D1204C
Tints of Brick Red #D1204C
RGB
CMYK
RGB Variations
Color information
#D1204C (or 0xD1204C) is known color: Brick Red. HEX triplet: D1, 20 and 4C. RGB value is (209,32,76). Sum of RGB (Red+Green+Blue) = 209+32+76=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1204C is #2EDFB3. Grayscale: #595959. Windows color (decimal): -3071924 or 4989137. OLE color: 4989137.
HSL color Cylindrical-coordinate representation of color #D1204C: hue angle of 345.08º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1204C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 76 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.18 |
| HSL | 345.08º | 0.73% | 0.47% | - |
| HSV(B) | 345.08º | 0.85% | 0.82% | - |
| XYZ | 28.12 | 15.11 | 8.27 | - |
| YUV | 89.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 76 | 0 | 0.85 | 0.64 | 0.18 | 345.08 | 0.73 | 0.47 |
| Hex | D1 | 20 | 4C | 0 | 55 | 40 | 12 | 159 | 49 | 2F |
| Octal | 321 | 40 | 114 | 0 | 125 | 100 | 22 | 531 | 111 | 57 |
| Binary | 11010001 | 100000 | 1001100 | 0 | 1010101 | 1000000 | 10010 | 101011001 | 1001001 | 101111 |
Color Harmonies of #D1204C
Complementary color
Monochromatic Colors of #D1204C
Black with #D1204C
Text Example
Text Example
White with #D1204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1204C; }
p { color: rgb(209,32,76); }
H1.HeaderClassName
{
color: #D1204C;
}
.AnyTagClassName
{
color: #D1204C;
}
</style>
background-color css
<style>
a { background-color: #D1204C; }
a { background-color: rgb(209,32,76); }
div.DivClassName
{
background-color: #D1204C;
}
.BgClassName
{
background-color: #D1204C;
}
</style>
border-color css
<style>
span { border-color: #D1204C; }
span { border-color: rgb(209,32,76); }
td.TdClassName
{
border-color: #D1204C;
}
.TagClassName
{
border-color: #D1204C;
}
</style>