Shades of Brick Red #D12D3E
Tints of Brick Red #D12D3E
RGB
CMYK
RGB Variations
Color information
#D12D3E (or 0xD12D3E) is known color: Brick Red. HEX triplet: D1, 2D and 3E. RGB value is (209,45,62). Sum of RGB (Red+Green+Blue) = 209+45+62=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D3E is #2ED2C1. Grayscale: #606060. Windows color (decimal): -3068610 or 4074961. OLE color: 4074961.
HSL color Cylindrical-coordinate representation of color #D12D3E: hue angle of 353.78º degrees, saturation: 0.65, 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 #D12D3E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 62 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.18 |
| HSL | 353.78º | 0.65% | 0.5% | - |
| HSV(B) | 353.78º | 0.78% | 0.82% | - |
| XYZ | 28.1 | 15.78 | 6.12 | - |
| YUV | 95.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 62 | 0 | 0.78 | 0.70 | 0.18 | 353.78 | 0.65 | 0.5 |
| Hex | D1 | 2D | 3E | 0 | 4E | 46 | 12 | 162 | 41 | 32 |
| Octal | 321 | 55 | 76 | 0 | 116 | 106 | 22 | 542 | 101 | 62 |
| Binary | 11010001 | 101101 | 111110 | 0 | 1001110 | 1000110 | 10010 | 101100010 | 1000001 | 110010 |
Color Harmonies of #D12D3E
Complementary color
Monochromatic Colors of #D12D3E
Black with #D12D3E
Text Example
Text Example
White with #D12D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D3E; }
p { color: rgb(209,45,62); }
H1.HeaderClassName
{
color: #D12D3E;
}
.AnyTagClassName
{
color: #D12D3E;
}
</style>
background-color css
<style>
a { background-color: #D12D3E; }
a { background-color: rgb(209,45,62); }
div.DivClassName
{
background-color: #D12D3E;
}
.BgClassName
{
background-color: #D12D3E;
}
</style>
border-color css
<style>
span { border-color: #D12D3E; }
span { border-color: rgb(209,45,62); }
td.TdClassName
{
border-color: #D12D3E;
}
.TagClassName
{
border-color: #D12D3E;
}
</style>