Shades of Brick Red #D12F4D
Tints of Brick Red #D12F4D
RGB
CMYK
RGB Variations
Color information
#D12F4D (or 0xD12F4D) is known color: Brick Red. HEX triplet: D1, 2F and 4D. RGB value is (209,47,77). Sum of RGB (Red+Green+Blue) = 209+47+77=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12F4D is #2ED0B2. Grayscale: #626262. Windows color (decimal): -3068083 or 5058513. OLE color: 5058513.
HSL color Cylindrical-coordinate representation of color #D12F4D: hue angle of 348.89º 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 #D12F4D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 77 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.18 |
| HSL | 348.89º | 0.64% | 0.5% | - |
| HSV(B) | 348.89º | 0.78% | 0.82% | - |
| XYZ | 28.65 | 16.12 | 8.62 | - |
| YUV | 98.86 | 115.67 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 77 | 0 | 0.78 | 0.63 | 0.18 | 348.89 | 0.64 | 0.5 |
| Hex | D1 | 2F | 4D | 0 | 4E | 3F | 12 | 15D | 40 | 32 |
| Octal | 321 | 57 | 115 | 0 | 116 | 77 | 22 | 535 | 100 | 62 |
| Binary | 11010001 | 101111 | 1001101 | 0 | 1001110 | 111111 | 10010 | 101011101 | 1000000 | 110010 |
Color Harmonies of #D12F4D
Complementary color
Monochromatic Colors of #D12F4D
Black with #D12F4D
Text Example
Text Example
White with #D12F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F4D; }
p { color: rgb(209,47,77); }
H1.HeaderClassName
{
color: #D12F4D;
}
.AnyTagClassName
{
color: #D12F4D;
}
</style>
background-color css
<style>
a { background-color: #D12F4D; }
a { background-color: rgb(209,47,77); }
div.DivClassName
{
background-color: #D12F4D;
}
.BgClassName
{
background-color: #D12F4D;
}
</style>
border-color css
<style>
span { border-color: #D12F4D; }
span { border-color: rgb(209,47,77); }
td.TdClassName
{
border-color: #D12F4D;
}
.TagClassName
{
border-color: #D12F4D;
}
</style>