Shades of Brick Red #D12344
Tints of Brick Red #D12344
RGB
CMYK
RGB Variations
Color information
#D12344 (or 0xD12344) is known color: Brick Red. HEX triplet: D1, 23 and 44. RGB value is (209,35,68). Sum of RGB (Red+Green+Blue) = 209+35+68=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D12344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12344 is #2EDCBB. Grayscale: #5A5A5A. Windows color (decimal): -3071164 or 4465617. OLE color: 4465617.
HSL color Cylindrical-coordinate representation of color #D12344: hue angle of 348.62º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12344 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 68 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.18 |
| HSL | 348.62º | 0.71% | 0.48% | - |
| HSV(B) | 348.62º | 0.83% | 0.82% | - |
| XYZ | 27.94 | 15.17 | 6.93 | - |
| YUV | 90.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 68 | 0 | 0.83 | 0.67 | 0.18 | 348.62 | 0.71 | 0.48 |
| Hex | D1 | 23 | 44 | 0 | 53 | 43 | 12 | 15D | 47 | 30 |
| Octal | 321 | 43 | 104 | 0 | 123 | 103 | 22 | 535 | 107 | 60 |
| Binary | 11010001 | 100011 | 1000100 | 0 | 1010011 | 1000011 | 10010 | 101011101 | 1000111 | 110000 |
Color Harmonies of #D12344
Complementary color
Monochromatic Colors of #D12344
Black with #D12344
Text Example
Text Example
White with #D12344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12344; }
p { color: rgb(209,35,68); }
H1.HeaderClassName
{
color: #D12344;
}
.AnyTagClassName
{
color: #D12344;
}
</style>
background-color css
<style>
a { background-color: #D12344; }
a { background-color: rgb(209,35,68); }
div.DivClassName
{
background-color: #D12344;
}
.BgClassName
{
background-color: #D12344;
}
</style>
border-color css
<style>
span { border-color: #D12344; }
span { border-color: rgb(209,35,68); }
td.TdClassName
{
border-color: #D12344;
}
.TagClassName
{
border-color: #D12344;
}
</style>