Shades of Brick Red #D12243
Tints of Brick Red #D12243
RGB
CMYK
RGB Variations
Color information
#D12243 (or 0xD12243) is known color: Brick Red. HEX triplet: D1, 22 and 43. RGB value is (209,34,67). Sum of RGB (Red+Green+Blue) = 209+34+67=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D12243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12243 is #2EDDBC. Grayscale: #5A5A5A. Windows color (decimal): -3071421 or 4399825. OLE color: 4399825.
HSL color Cylindrical-coordinate representation of color #D12243: hue angle of 348.69º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12243 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 67 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.18 |
| HSL | 348.69º | 0.72% | 0.48% | - |
| HSV(B) | 348.69º | 0.84% | 0.82% | - |
| XYZ | 27.88 | 15.1 | 6.76 | - |
| YUV | 90.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 67 | 0 | 0.84 | 0.68 | 0.18 | 348.69 | 0.72 | 0.48 |
| Hex | D1 | 22 | 43 | 0 | 54 | 44 | 12 | 15D | 48 | 30 |
| Octal | 321 | 42 | 103 | 0 | 124 | 104 | 22 | 535 | 110 | 60 |
| Binary | 11010001 | 100010 | 1000011 | 0 | 1010100 | 1000100 | 10010 | 101011101 | 1001000 | 110000 |
Color Harmonies of #D12243
Complementary color
Monochromatic Colors of #D12243
Black with #D12243
Text Example
Text Example
White with #D12243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12243; }
p { color: rgb(209,34,67); }
H1.HeaderClassName
{
color: #D12243;
}
.AnyTagClassName
{
color: #D12243;
}
</style>
background-color css
<style>
a { background-color: #D12243; }
a { background-color: rgb(209,34,67); }
div.DivClassName
{
background-color: #D12243;
}
.BgClassName
{
background-color: #D12243;
}
</style>
border-color css
<style>
span { border-color: #D12243; }
span { border-color: rgb(209,34,67); }
td.TdClassName
{
border-color: #D12243;
}
.TagClassName
{
border-color: #D12243;
}
</style>