Shades of Brick Red #D12145
Tints of Brick Red #D12145
RGB
CMYK
RGB Variations
Color information
#D12145 (or 0xD12145) is known color: Brick Red. HEX triplet: D1, 21 and 45. RGB value is (209,33,69). Sum of RGB (Red+Green+Blue) = 209+33+69=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D12145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12145 is #2EDEBA. Grayscale: #595959. Windows color (decimal): -3071675 or 4530641. OLE color: 4530641.
HSL color Cylindrical-coordinate representation of color #D12145: hue angle of 347.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12145 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 69 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.18 |
| HSL | 347.73º | 0.73% | 0.47% | - |
| HSV(B) | 347.73º | 0.84% | 0.82% | - |
| XYZ | 27.91 | 15.07 | 7.07 | - |
| YUV | 89.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 69 | 0 | 0.84 | 0.67 | 0.18 | 347.73 | 0.73 | 0.47 |
| Hex | D1 | 21 | 45 | 0 | 54 | 43 | 12 | 15C | 49 | 2F |
| Octal | 321 | 41 | 105 | 0 | 124 | 103 | 22 | 534 | 111 | 57 |
| Binary | 11010001 | 100001 | 1000101 | 0 | 1010100 | 1000011 | 10010 | 101011100 | 1001001 | 101111 |
Color Harmonies of #D12145
Complementary color
Monochromatic Colors of #D12145
Black with #D12145
Text Example
Text Example
White with #D12145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12145; }
p { color: rgb(209,33,69); }
H1.HeaderClassName
{
color: #D12145;
}
.AnyTagClassName
{
color: #D12145;
}
</style>
background-color css
<style>
a { background-color: #D12145; }
a { background-color: rgb(209,33,69); }
div.DivClassName
{
background-color: #D12145;
}
.BgClassName
{
background-color: #D12145;
}
</style>
border-color css
<style>
span { border-color: #D12145; }
span { border-color: rgb(209,33,69); }
td.TdClassName
{
border-color: #D12145;
}
.TagClassName
{
border-color: #D12145;
}
</style>