Shades of Brick Red #D12345
Tints of Brick Red #D12345
RGB
CMYK
RGB Variations
Color information
#D12345 (or 0xD12345) is known color: Brick Red. HEX triplet: D1, 23 and 45. RGB value is (209,35,69). Sum of RGB (Red+Green+Blue) = 209+35+69=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D12345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12345 is #2EDCBA. Grayscale: #5A5A5A. Windows color (decimal): -3071163 or 4531153. OLE color: 4531153.
HSL color Cylindrical-coordinate representation of color #D12345: hue angle of 348.28º 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 #D12345 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 69 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.18 |
| HSL | 348.28º | 0.71% | 0.48% | - |
| HSV(B) | 348.28º | 0.83% | 0.82% | - |
| XYZ | 27.97 | 15.19 | 7.09 | - |
| YUV | 90.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 69 | 0 | 0.83 | 0.67 | 0.18 | 348.28 | 0.71 | 0.48 |
| Hex | D1 | 23 | 45 | 0 | 53 | 43 | 12 | 15C | 47 | 30 |
| Octal | 321 | 43 | 105 | 0 | 123 | 103 | 22 | 534 | 107 | 60 |
| Binary | 11010001 | 100011 | 1000101 | 0 | 1010011 | 1000011 | 10010 | 101011100 | 1000111 | 110000 |
Color Harmonies of #D12345
Complementary color
Monochromatic Colors of #D12345
Black with #D12345
Text Example
Text Example
White with #D12345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12345; }
p { color: rgb(209,35,69); }
H1.HeaderClassName
{
color: #D12345;
}
.AnyTagClassName
{
color: #D12345;
}
</style>
background-color css
<style>
a { background-color: #D12345; }
a { background-color: rgb(209,35,69); }
div.DivClassName
{
background-color: #D12345;
}
.BgClassName
{
background-color: #D12345;
}
</style>
border-color css
<style>
span { border-color: #D12345; }
span { border-color: rgb(209,35,69); }
td.TdClassName
{
border-color: #D12345;
}
.TagClassName
{
border-color: #D12345;
}
</style>