Shades of Brick Red #D12848
Tints of Brick Red #D12848
RGB
CMYK
RGB Variations
Color information
#D12848 (or 0xD12848) is known color: Brick Red. HEX triplet: D1, 28 and 48. RGB value is (209,40,72). Sum of RGB (Red+Green+Blue) = 209+40+72=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D12848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12848 is #2ED7B7. Grayscale: #5E5E5E. Windows color (decimal): -3069880 or 4729041. OLE color: 4729041.
HSL color Cylindrical-coordinate representation of color #D12848: hue angle of 348.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12848 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 72 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.18 |
| HSL | 348.64º | 0.68% | 0.49% | - |
| HSV(B) | 348.64º | 0.81% | 0.82% | - |
| XYZ | 28.22 | 15.54 | 7.64 | - |
| YUV | 94.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 72 | 0 | 0.81 | 0.66 | 0.18 | 348.64 | 0.68 | 0.49 |
| Hex | D1 | 28 | 48 | 0 | 51 | 42 | 12 | 15D | 44 | 31 |
| Octal | 321 | 50 | 110 | 0 | 121 | 102 | 22 | 535 | 104 | 61 |
| Binary | 11010001 | 101000 | 1001000 | 0 | 1010001 | 1000010 | 10010 | 101011101 | 1000100 | 110001 |
Color Harmonies of #D12848
Complementary color
Monochromatic Colors of #D12848
Black with #D12848
Text Example
Text Example
White with #D12848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12848; }
p { color: rgb(209,40,72); }
H1.HeaderClassName
{
color: #D12848;
}
.AnyTagClassName
{
color: #D12848;
}
</style>
background-color css
<style>
a { background-color: #D12848; }
a { background-color: rgb(209,40,72); }
div.DivClassName
{
background-color: #D12848;
}
.BgClassName
{
background-color: #D12848;
}
</style>
border-color css
<style>
span { border-color: #D12848; }
span { border-color: rgb(209,40,72); }
td.TdClassName
{
border-color: #D12848;
}
.TagClassName
{
border-color: #D12848;
}
</style>