Shades of Brick Red #D12939
Tints of Brick Red #D12939
RGB
CMYK
RGB Variations
Color information
#D12939 (or 0xD12939) is known color: Brick Red. HEX triplet: D1, 29 and 39. RGB value is (209,41,57). Sum of RGB (Red+Green+Blue) = 209+41+57=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D12939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12939 is #2ED6C6. Grayscale: #5D5D5D. Windows color (decimal): -3069639 or 3746257. OLE color: 3746257.
HSL color Cylindrical-coordinate representation of color #D12939: hue angle of 354.29º 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 #D12939 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 57 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.18 |
| HSL | 354.29º | 0.67% | 0.49% | - |
| HSV(B) | 354.29º | 0.8% | 0.82% | - |
| XYZ | 27.83 | 15.44 | 5.38 | - |
| YUV | 93.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 57 | 0 | 0.80 | 0.73 | 0.18 | 354.29 | 0.67 | 0.49 |
| Hex | D1 | 29 | 39 | 0 | 50 | 49 | 12 | 162 | 43 | 31 |
| Octal | 321 | 51 | 71 | 0 | 120 | 111 | 22 | 542 | 103 | 61 |
| Binary | 11010001 | 101001 | 111001 | 0 | 1010000 | 1001001 | 10010 | 101100010 | 1000011 | 110001 |
Color Harmonies of #D12939
Complementary color
Monochromatic Colors of #D12939
Black with #D12939
Text Example
Text Example
White with #D12939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12939; }
p { color: rgb(209,41,57); }
H1.HeaderClassName
{
color: #D12939;
}
.AnyTagClassName
{
color: #D12939;
}
</style>
background-color css
<style>
a { background-color: #D12939; }
a { background-color: rgb(209,41,57); }
div.DivClassName
{
background-color: #D12939;
}
.BgClassName
{
background-color: #D12939;
}
</style>
border-color css
<style>
span { border-color: #D12939; }
span { border-color: rgb(209,41,57); }
td.TdClassName
{
border-color: #D12939;
}
.TagClassName
{
border-color: #D12939;
}
</style>