Shades of Old Rose #D12851
Tints of Old Rose #D12851
RGB
CMYK
RGB Variations
Color information
#D12851 (or 0xD12851) is known color: Old Rose. HEX triplet: D1, 28 and 51. RGB value is (209,40,81). Sum of RGB (Red+Green+Blue) = 209+40+81=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12851 is #2ED7AE. Grayscale: #5F5F5F. Windows color (decimal): -3069871 or 5318865. OLE color: 5318865.
HSL color Cylindrical-coordinate representation of color #D12851: hue angle of 345.44º 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 #D12851 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 81 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.18 |
| HSL | 345.44º | 0.68% | 0.49% | - |
| HSV(B) | 345.44º | 0.81% | 0.82% | - |
| XYZ | 28.54 | 15.67 | 9.3 | - |
| YUV | 95.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 81 | 0 | 0.81 | 0.61 | 0.18 | 345.44 | 0.68 | 0.49 |
| Hex | D1 | 28 | 51 | 0 | 51 | 3D | 12 | 159 | 44 | 31 |
| Octal | 321 | 50 | 121 | 0 | 121 | 75 | 22 | 531 | 104 | 61 |
| Binary | 11010001 | 101000 | 1010001 | 0 | 1010001 | 111101 | 10010 | 101011001 | 1000100 | 110001 |
Color Harmonies of #D12851
Complementary color
Monochromatic Colors of #D12851
Black with #D12851
Text Example
Text Example
White with #D12851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12851; }
p { color: rgb(209,40,81); }
H1.HeaderClassName
{
color: #D12851;
}
.AnyTagClassName
{
color: #D12851;
}
</style>
background-color css
<style>
a { background-color: #D12851; }
a { background-color: rgb(209,40,81); }
div.DivClassName
{
background-color: #D12851;
}
.BgClassName
{
background-color: #D12851;
}
</style>
border-color css
<style>
span { border-color: #D12851; }
span { border-color: rgb(209,40,81); }
td.TdClassName
{
border-color: #D12851;
}
.TagClassName
{
border-color: #D12851;
}
</style>