Shades of Brick Red #D12148
Tints of Brick Red #D12148
RGB
CMYK
RGB Variations
Color information
#D12148 (or 0xD12148) is known color: Brick Red. HEX triplet: D1, 21 and 48. RGB value is (209,33,72). Sum of RGB (Red+Green+Blue) = 209+33+72=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12148 is #2EDEB7. Grayscale: #5A5A5A. Windows color (decimal): -3071672 or 4727249. OLE color: 4727249.
HSL color Cylindrical-coordinate representation of color #D12148: hue angle of 346.7º 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 #D12148 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 72 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.18 |
| HSL | 346.7º | 0.73% | 0.47% | - |
| HSV(B) | 346.7º | 0.84% | 0.82% | - |
| XYZ | 28.01 | 15.11 | 7.57 | - |
| YUV | 90.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 72 | 0 | 0.84 | 0.66 | 0.18 | 346.7 | 0.73 | 0.47 |
| Hex | D1 | 21 | 48 | 0 | 54 | 42 | 12 | 15B | 49 | 2F |
| Octal | 321 | 41 | 110 | 0 | 124 | 102 | 22 | 533 | 111 | 57 |
| Binary | 11010001 | 100001 | 1001000 | 0 | 1010100 | 1000010 | 10010 | 101011011 | 1001001 | 101111 |
Color Harmonies of #D12148
Complementary color
Monochromatic Colors of #D12148
Black with #D12148
Text Example
Text Example
White with #D12148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12148; }
p { color: rgb(209,33,72); }
H1.HeaderClassName
{
color: #D12148;
}
.AnyTagClassName
{
color: #D12148;
}
</style>
background-color css
<style>
a { background-color: #D12148; }
a { background-color: rgb(209,33,72); }
div.DivClassName
{
background-color: #D12148;
}
.BgClassName
{
background-color: #D12148;
}
</style>
border-color css
<style>
span { border-color: #D12148; }
span { border-color: rgb(209,33,72); }
td.TdClassName
{
border-color: #D12148;
}
.TagClassName
{
border-color: #D12148;
}
</style>