Shades of Old Rose #D12153
Tints of Old Rose #D12153
RGB
CMYK
RGB Variations
Color information
#D12153 (or 0xD12153) is known color: Old Rose. HEX triplet: D1, 21 and 53. RGB value is (209,33,83). Sum of RGB (Red+Green+Blue) = 209+33+83=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D12153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12153 is #2EDEAC. Grayscale: #5B5B5B. Windows color (decimal): -3071661 or 5448145. OLE color: 5448145.
HSL color Cylindrical-coordinate representation of color #D12153: hue angle of 342.95º 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 #D12153 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 83 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.18 |
| HSL | 342.95º | 0.73% | 0.47% | - |
| HSV(B) | 342.95º | 0.84% | 0.82% | - |
| XYZ | 28.4 | 15.27 | 9.63 | - |
| YUV | 91.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 83 | 0 | 0.84 | 0.60 | 0.18 | 342.95 | 0.73 | 0.47 |
| Hex | D1 | 21 | 53 | 0 | 54 | 3C | 12 | 157 | 49 | 2F |
| Octal | 321 | 41 | 123 | 0 | 124 | 74 | 22 | 527 | 111 | 57 |
| Binary | 11010001 | 100001 | 1010011 | 0 | 1010100 | 111100 | 10010 | 101010111 | 1001001 | 101111 |
Color Harmonies of #D12153
Complementary color
Monochromatic Colors of #D12153
Black with #D12153
Text Example
Text Example
White with #D12153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12153; }
p { color: rgb(209,33,83); }
H1.HeaderClassName
{
color: #D12153;
}
.AnyTagClassName
{
color: #D12153;
}
</style>
background-color css
<style>
a { background-color: #D12153; }
a { background-color: rgb(209,33,83); }
div.DivClassName
{
background-color: #D12153;
}
.BgClassName
{
background-color: #D12153;
}
</style>
border-color css
<style>
span { border-color: #D12153; }
span { border-color: rgb(209,33,83); }
td.TdClassName
{
border-color: #D12153;
}
.TagClassName
{
border-color: #D12153;
}
</style>