Shades of Brick Red #D12A3A
Tints of Brick Red #D12A3A
RGB
CMYK
RGB Variations
Color information
#D12A3A (or 0xD12A3A) is known color: Brick Red. HEX triplet: D1, 2A and 3A. RGB value is (209,42,58). Sum of RGB (Red+Green+Blue) = 209+42+58=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A3A is #2ED5C5. Grayscale: #5D5D5D. Windows color (decimal): -3069382 or 3812049. OLE color: 3812049.
HSL color Cylindrical-coordinate representation of color #D12A3A: hue angle of 354.25º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A3A is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 58 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.18 |
| HSL | 354.25º | 0.67% | 0.49% | - |
| HSV(B) | 354.25º | 0.8% | 0.82% | - |
| XYZ | 27.89 | 15.52 | 5.53 | - |
| YUV | 93.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 58 | 0 | 0.80 | 0.72 | 0.18 | 354.25 | 0.67 | 0.49 |
| Hex | D1 | 2A | 3A | 0 | 50 | 48 | 12 | 162 | 43 | 31 |
| Octal | 321 | 52 | 72 | 0 | 120 | 110 | 22 | 542 | 103 | 61 |
| Binary | 11010001 | 101010 | 111010 | 0 | 1010000 | 1001000 | 10010 | 101100010 | 1000011 | 110001 |
Color Harmonies of #D12A3A
Complementary color
Monochromatic Colors of #D12A3A
Black with #D12A3A
Text Example
Text Example
White with #D12A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A3A; }
p { color: rgb(209,42,58); }
H1.HeaderClassName
{
color: #D12A3A;
}
.AnyTagClassName
{
color: #D12A3A;
}
</style>
background-color css
<style>
a { background-color: #D12A3A; }
a { background-color: rgb(209,42,58); }
div.DivClassName
{
background-color: #D12A3A;
}
.BgClassName
{
background-color: #D12A3A;
}
</style>
border-color css
<style>
span { border-color: #D12A3A; }
span { border-color: rgb(209,42,58); }
td.TdClassName
{
border-color: #D12A3A;
}
.TagClassName
{
border-color: #D12A3A;
}
</style>