Shades of Brick Red #D12B3A
Tints of Brick Red #D12B3A
RGB
CMYK
RGB Variations
Color information
#D12B3A (or 0xD12B3A) is known color: Brick Red. HEX triplet: D1, 2B and 3A. RGB value is (209,43,58). Sum of RGB (Red+Green+Blue) = 209+43+58=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B3A is #2ED4C5. Grayscale: #5E5E5E. Windows color (decimal): -3069126 or 3812305. OLE color: 3812305.
HSL color Cylindrical-coordinate representation of color #D12B3A: hue angle of 354.58º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B3A is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 58 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.18 |
| HSL | 354.58º | 0.66% | 0.49% | - |
| HSV(B) | 354.58º | 0.79% | 0.82% | - |
| XYZ | 27.92 | 15.59 | 5.54 | - |
| YUV | 94.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 58 | 0 | 0.79 | 0.72 | 0.18 | 354.58 | 0.66 | 0.49 |
| Hex | D1 | 2B | 3A | 0 | 4F | 48 | 12 | 163 | 42 | 31 |
| Octal | 321 | 53 | 72 | 0 | 117 | 110 | 22 | 543 | 102 | 61 |
| Binary | 11010001 | 101011 | 111010 | 0 | 1001111 | 1001000 | 10010 | 101100011 | 1000010 | 110001 |
Color Harmonies of #D12B3A
Complementary color
Monochromatic Colors of #D12B3A
Black with #D12B3A
Text Example
Text Example
White with #D12B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B3A; }
p { color: rgb(209,43,58); }
H1.HeaderClassName
{
color: #D12B3A;
}
.AnyTagClassName
{
color: #D12B3A;
}
</style>
background-color css
<style>
a { background-color: #D12B3A; }
a { background-color: rgb(209,43,58); }
div.DivClassName
{
background-color: #D12B3A;
}
.BgClassName
{
background-color: #D12B3A;
}
</style>
border-color css
<style>
span { border-color: #D12B3A; }
span { border-color: rgb(209,43,58); }
td.TdClassName
{
border-color: #D12B3A;
}
.TagClassName
{
border-color: #D12B3A;
}
</style>