Shades of Brick Red #D12C3E
Tints of Brick Red #D12C3E
RGB
CMYK
RGB Variations
Color information
#D12C3E (or 0xD12C3E) is known color: Brick Red. HEX triplet: D1, 2C and 3E. RGB value is (209,44,62). Sum of RGB (Red+Green+Blue) = 209+44+62=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C3E is #2ED3C1. Grayscale: #5F5F5F. Windows color (decimal): -3068866 or 4074705. OLE color: 4074705.
HSL color Cylindrical-coordinate representation of color #D12C3E: hue angle of 353.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C3E is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 62 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.18 |
| HSL | 353.45º | 0.65% | 0.5% | - |
| HSV(B) | 353.45º | 0.79% | 0.82% | - |
| XYZ | 28.06 | 15.7 | 6.11 | - |
| YUV | 95.39 | 109.16 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 62 | 0 | 0.79 | 0.70 | 0.18 | 353.45 | 0.65 | 0.5 |
| Hex | D1 | 2C | 3E | 0 | 4F | 46 | 12 | 161 | 41 | 32 |
| Octal | 321 | 54 | 76 | 0 | 117 | 106 | 22 | 541 | 101 | 62 |
| Binary | 11010001 | 101100 | 111110 | 0 | 1001111 | 1000110 | 10010 | 101100001 | 1000001 | 110010 |
Color Harmonies of #D12C3E
Complementary color
Monochromatic Colors of #D12C3E
Black with #D12C3E
Text Example
Text Example
White with #D12C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C3E; }
p { color: rgb(209,44,62); }
H1.HeaderClassName
{
color: #D12C3E;
}
.AnyTagClassName
{
color: #D12C3E;
}
</style>
background-color css
<style>
a { background-color: #D12C3E; }
a { background-color: rgb(209,44,62); }
div.DivClassName
{
background-color: #D12C3E;
}
.BgClassName
{
background-color: #D12C3E;
}
</style>
border-color css
<style>
span { border-color: #D12C3E; }
span { border-color: rgb(209,44,62); }
td.TdClassName
{
border-color: #D12C3E;
}
.TagClassName
{
border-color: #D12C3E;
}
</style>