Shades of Brick Red #D12C4D
Tints of Brick Red #D12C4D
RGB
CMYK
RGB Variations
Color information
#D12C4D (or 0xD12C4D) is known color: Brick Red. HEX triplet: D1, 2C and 4D. RGB value is (209,44,77). Sum of RGB (Red+Green+Blue) = 209+44+77=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C4D is #2ED3B2. Grayscale: #616161. Windows color (decimal): -3068851 or 5057745. OLE color: 5057745.
HSL color Cylindrical-coordinate representation of color #D12C4D: hue angle of 348º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C4D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 77 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.18 |
| HSL | 348º | 0.65% | 0.5% | - |
| HSV(B) | 348º | 0.79% | 0.82% | - |
| XYZ | 28.53 | 15.89 | 8.58 | - |
| YUV | 97.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 77 | 0 | 0.79 | 0.63 | 0.18 | 348 | 0.65 | 0.5 |
| Hex | D1 | 2C | 4D | 0 | 4F | 3F | 12 | 15C | 41 | 32 |
| Octal | 321 | 54 | 115 | 0 | 117 | 77 | 22 | 534 | 101 | 62 |
| Binary | 11010001 | 101100 | 1001101 | 0 | 1001111 | 111111 | 10010 | 101011100 | 1000001 | 110010 |
Color Harmonies of #D12C4D
Complementary color
Monochromatic Colors of #D12C4D
Black with #D12C4D
Text Example
Text Example
White with #D12C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C4D; }
p { color: rgb(209,44,77); }
H1.HeaderClassName
{
color: #D12C4D;
}
.AnyTagClassName
{
color: #D12C4D;
}
</style>
background-color css
<style>
a { background-color: #D12C4D; }
a { background-color: rgb(209,44,77); }
div.DivClassName
{
background-color: #D12C4D;
}
.BgClassName
{
background-color: #D12C4D;
}
</style>
border-color css
<style>
span { border-color: #D12C4D; }
span { border-color: rgb(209,44,77); }
td.TdClassName
{
border-color: #D12C4D;
}
.TagClassName
{
border-color: #D12C4D;
}
</style>