Shades of Brick Red #D12841
Tints of Brick Red #D12841
RGB
CMYK
RGB Variations
Color information
#D12841 (or 0xD12841) is known color: Brick Red. HEX triplet: D1, 28 and 41. RGB value is (209,40,65). Sum of RGB (Red+Green+Blue) = 209+40+65=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12841 is #2ED7BE. Grayscale: #5D5D5D. Windows color (decimal): -3069887 or 4270289. OLE color: 4270289.
HSL color Cylindrical-coordinate representation of color #D12841: hue angle of 351.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12841 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 65 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.18 |
| HSL | 351.12º | 0.68% | 0.49% | - |
| HSV(B) | 351.12º | 0.81% | 0.82% | - |
| XYZ | 28.01 | 15.45 | 6.51 | - |
| YUV | 93.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 65 | 0 | 0.81 | 0.69 | 0.18 | 351.12 | 0.68 | 0.49 |
| Hex | D1 | 28 | 41 | 0 | 51 | 45 | 12 | 15F | 44 | 31 |
| Octal | 321 | 50 | 101 | 0 | 121 | 105 | 22 | 537 | 104 | 61 |
| Binary | 11010001 | 101000 | 1000001 | 0 | 1010001 | 1000101 | 10010 | 101011111 | 1000100 | 110001 |
Color Harmonies of #D12841
Complementary color
Monochromatic Colors of #D12841
Black with #D12841
Text Example
Text Example
White with #D12841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12841; }
p { color: rgb(209,40,65); }
H1.HeaderClassName
{
color: #D12841;
}
.AnyTagClassName
{
color: #D12841;
}
</style>
background-color css
<style>
a { background-color: #D12841; }
a { background-color: rgb(209,40,65); }
div.DivClassName
{
background-color: #D12841;
}
.BgClassName
{
background-color: #D12841;
}
</style>
border-color css
<style>
span { border-color: #D12841; }
span { border-color: rgb(209,40,65); }
td.TdClassName
{
border-color: #D12841;
}
.TagClassName
{
border-color: #D12841;
}
</style>