Shades of Brick Red #D12C47
Tints of Brick Red #D12C47
RGB
CMYK
RGB Variations
Color information
#D12C47 (or 0xD12C47) is known color: Brick Red. HEX triplet: D1, 2C and 47. RGB value is (209,44,71). Sum of RGB (Red+Green+Blue) = 209+44+71=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C47 is #2ED3B8. Grayscale: #606060. Windows color (decimal): -3068857 or 4664529. OLE color: 4664529.
HSL color Cylindrical-coordinate representation of color #D12C47: hue angle of 350.18º 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 #D12C47 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 71 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.18 |
| HSL | 350.18º | 0.65% | 0.5% | - |
| HSV(B) | 350.18º | 0.79% | 0.82% | - |
| XYZ | 28.33 | 15.81 | 7.52 | - |
| YUV | 96.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 71 | 0 | 0.79 | 0.66 | 0.18 | 350.18 | 0.65 | 0.5 |
| Hex | D1 | 2C | 47 | 0 | 4F | 42 | 12 | 15E | 41 | 32 |
| Octal | 321 | 54 | 107 | 0 | 117 | 102 | 22 | 536 | 101 | 62 |
| Binary | 11010001 | 101100 | 1000111 | 0 | 1001111 | 1000010 | 10010 | 101011110 | 1000001 | 110010 |
Color Harmonies of #D12C47
Complementary color
Monochromatic Colors of #D12C47
Black with #D12C47
Text Example
Text Example
White with #D12C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C47; }
p { color: rgb(209,44,71); }
H1.HeaderClassName
{
color: #D12C47;
}
.AnyTagClassName
{
color: #D12C47;
}
</style>
background-color css
<style>
a { background-color: #D12C47; }
a { background-color: rgb(209,44,71); }
div.DivClassName
{
background-color: #D12C47;
}
.BgClassName
{
background-color: #D12C47;
}
</style>
border-color css
<style>
span { border-color: #D12C47; }
span { border-color: rgb(209,44,71); }
td.TdClassName
{
border-color: #D12C47;
}
.TagClassName
{
border-color: #D12C47;
}
</style>