Shades of Old Rose #D12351
Tints of Old Rose #D12351
RGB
CMYK
RGB Variations
Color information
#D12351 (or 0xD12351) is known color: Old Rose. HEX triplet: D1, 23 and 51. RGB value is (209,35,81). Sum of RGB (Red+Green+Blue) = 209+35+81=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D12351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12351 is #2EDCAE. Grayscale: #5C5C5C. Windows color (decimal): -3071151 or 5317585. OLE color: 5317585.
HSL color Cylindrical-coordinate representation of color #D12351: hue angle of 344.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12351 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 81 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.18 |
| HSL | 344.14º | 0.71% | 0.48% | - |
| HSV(B) | 344.14º | 0.83% | 0.82% | - |
| XYZ | 28.38 | 15.35 | 9.25 | - |
| YUV | 92.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 81 | 0 | 0.83 | 0.61 | 0.18 | 344.14 | 0.71 | 0.48 |
| Hex | D1 | 23 | 51 | 0 | 53 | 3D | 12 | 158 | 47 | 30 |
| Octal | 321 | 43 | 121 | 0 | 123 | 75 | 22 | 530 | 107 | 60 |
| Binary | 11010001 | 100011 | 1010001 | 0 | 1010011 | 111101 | 10010 | 101011000 | 1000111 | 110000 |
Color Harmonies of #D12351
Complementary color
Monochromatic Colors of #D12351
Black with #D12351
Text Example
Text Example
White with #D12351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12351; }
p { color: rgb(209,35,81); }
H1.HeaderClassName
{
color: #D12351;
}
.AnyTagClassName
{
color: #D12351;
}
</style>
background-color css
<style>
a { background-color: #D12351; }
a { background-color: rgb(209,35,81); }
div.DivClassName
{
background-color: #D12351;
}
.BgClassName
{
background-color: #D12351;
}
</style>
border-color css
<style>
span { border-color: #D12351; }
span { border-color: rgb(209,35,81); }
td.TdClassName
{
border-color: #D12351;
}
.TagClassName
{
border-color: #D12351;
}
</style>