Shades of Old Rose #D12A51
Tints of Old Rose #D12A51
RGB
CMYK
RGB Variations
Color information
#D12A51 (or 0xD12A51) is known color: Old Rose. HEX triplet: D1, 2A and 51. RGB value is (209,42,81). Sum of RGB (Red+Green+Blue) = 209+42+81=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12A51 is #2ED5AE. Grayscale: #606060. Windows color (decimal): -3069359 or 5319377. OLE color: 5319377.
HSL color Cylindrical-coordinate representation of color #D12A51: hue angle of 345.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A51 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 81 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.18 |
| HSL | 345.99º | 0.67% | 0.49% | - |
| HSV(B) | 345.99º | 0.8% | 0.82% | - |
| XYZ | 28.61 | 15.81 | 9.33 | - |
| YUV | 96.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 81 | 0 | 0.80 | 0.61 | 0.18 | 345.99 | 0.67 | 0.49 |
| Hex | D1 | 2A | 51 | 0 | 50 | 3D | 12 | 15A | 43 | 31 |
| Octal | 321 | 52 | 121 | 0 | 120 | 75 | 22 | 532 | 103 | 61 |
| Binary | 11010001 | 101010 | 1010001 | 0 | 1010000 | 111101 | 10010 | 101011010 | 1000011 | 110001 |
Color Harmonies of #D12A51
Complementary color
Monochromatic Colors of #D12A51
Black with #D12A51
Text Example
Text Example
White with #D12A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A51; }
p { color: rgb(209,42,81); }
H1.HeaderClassName
{
color: #D12A51;
}
.AnyTagClassName
{
color: #D12A51;
}
</style>
background-color css
<style>
a { background-color: #D12A51; }
a { background-color: rgb(209,42,81); }
div.DivClassName
{
background-color: #D12A51;
}
.BgClassName
{
background-color: #D12A51;
}
</style>
border-color css
<style>
span { border-color: #D12A51; }
span { border-color: rgb(209,42,81); }
td.TdClassName
{
border-color: #D12A51;
}
.TagClassName
{
border-color: #D12A51;
}
</style>