Shades of Brick Red #D12E4C
Tints of Brick Red #D12E4C
RGB
CMYK
RGB Variations
Color information
#D12E4C (or 0xD12E4C) is known color: Brick Red. HEX triplet: D1, 2E and 4C. RGB value is (209,46,76). Sum of RGB (Red+Green+Blue) = 209+46+76=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12E4C is #2ED1B3. Grayscale: #626262. Windows color (decimal): -3068340 or 4992721. OLE color: 4992721.
HSL color Cylindrical-coordinate representation of color #D12E4C: hue angle of 348.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12E4C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 76 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.18 |
| HSL | 348.96º | 0.64% | 0.5% | - |
| HSV(B) | 348.96º | 0.78% | 0.82% | - |
| XYZ | 28.58 | 16.03 | 8.43 | - |
| YUV | 98.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 76 | 0 | 0.78 | 0.64 | 0.18 | 348.96 | 0.64 | 0.5 |
| Hex | D1 | 2E | 4C | 0 | 4E | 40 | 12 | 15D | 40 | 32 |
| Octal | 321 | 56 | 114 | 0 | 116 | 100 | 22 | 535 | 100 | 62 |
| Binary | 11010001 | 101110 | 1001100 | 0 | 1001110 | 1000000 | 10010 | 101011101 | 1000000 | 110010 |
Color Harmonies of #D12E4C
Complementary color
Monochromatic Colors of #D12E4C
Black with #D12E4C
Text Example
Text Example
White with #D12E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12E4C; }
p { color: rgb(209,46,76); }
H1.HeaderClassName
{
color: #D12E4C;
}
.AnyTagClassName
{
color: #D12E4C;
}
</style>
background-color css
<style>
a { background-color: #D12E4C; }
a { background-color: rgb(209,46,76); }
div.DivClassName
{
background-color: #D12E4C;
}
.BgClassName
{
background-color: #D12E4C;
}
</style>
border-color css
<style>
span { border-color: #D12E4C; }
span { border-color: rgb(209,46,76); }
td.TdClassName
{
border-color: #D12E4C;
}
.TagClassName
{
border-color: #D12E4C;
}
</style>