Shades of Brick Red #D1204A
Tints of Brick Red #D1204A
RGB
CMYK
RGB Variations
Color information
#D1204A (or 0xD1204A) is known color: Brick Red. HEX triplet: D1, 20 and 4A. RGB value is (209,32,74). Sum of RGB (Red+Green+Blue) = 209+32+74=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D1204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1204A is #2EDFB5. Grayscale: #595959. Windows color (decimal): -3071926 or 4858065. OLE color: 4858065.
HSL color Cylindrical-coordinate representation of color #D1204A: hue angle of 345.76º 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 #D1204A is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 74 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.18 |
| HSL | 345.76º | 0.73% | 0.47% | - |
| HSV(B) | 345.76º | 0.85% | 0.82% | - |
| XYZ | 28.05 | 15.08 | 7.91 | - |
| YUV | 89.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 74 | 0 | 0.85 | 0.65 | 0.18 | 345.76 | 0.73 | 0.47 |
| Hex | D1 | 20 | 4A | 0 | 55 | 41 | 12 | 15A | 49 | 2F |
| Octal | 321 | 40 | 112 | 0 | 125 | 101 | 22 | 532 | 111 | 57 |
| Binary | 11010001 | 100000 | 1001010 | 0 | 1010101 | 1000001 | 10010 | 101011010 | 1001001 | 101111 |
Color Harmonies of #D1204A
Complementary color
Monochromatic Colors of #D1204A
Black with #D1204A
Text Example
Text Example
White with #D1204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1204A; }
p { color: rgb(209,32,74); }
H1.HeaderClassName
{
color: #D1204A;
}
.AnyTagClassName
{
color: #D1204A;
}
</style>
background-color css
<style>
a { background-color: #D1204A; }
a { background-color: rgb(209,32,74); }
div.DivClassName
{
background-color: #D1204A;
}
.BgClassName
{
background-color: #D1204A;
}
</style>
border-color css
<style>
span { border-color: #D1204A; }
span { border-color: rgb(209,32,74); }
td.TdClassName
{
border-color: #D1204A;
}
.TagClassName
{
border-color: #D1204A;
}
</style>