Shades of Old Rose #D13851
Tints of Old Rose #D13851
RGB
CMYK
RGB Variations
Color information
#D13851 (or 0xD13851) is known color: Old Rose. HEX triplet: D1, 38 and 51. RGB value is (209,56,81). Sum of RGB (Red+Green+Blue) = 209+56+81=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D13851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13851 is #2EC7AE. Grayscale: #686868. Windows color (decimal): -3065775 or 5322961. OLE color: 5322961.
HSL color Cylindrical-coordinate representation of color #D13851: hue angle of 350.2º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13851 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 81 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.18 |
| HSL | 350.2º | 0.62% | 0.52% | - |
| HSV(B) | 350.2º | 0.73% | 0.82% | - |
| XYZ | 29.19 | 16.98 | 9.52 | - |
| YUV | 104.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 81 | 0 | 0.73 | 0.61 | 0.18 | 350.2 | 0.62 | 0.52 |
| Hex | D1 | 38 | 51 | 0 | 49 | 3D | 12 | 15E | 3E | 34 |
| Octal | 321 | 70 | 121 | 0 | 111 | 75 | 22 | 536 | 76 | 64 |
| Binary | 11010001 | 111000 | 1010001 | 0 | 1001001 | 111101 | 10010 | 101011110 | 111110 | 110100 |
Color Harmonies of #D13851
Complementary color
Monochromatic Colors of #D13851
Black with #D13851
Text Example
Text Example
White with #D13851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13851; }
p { color: rgb(209,56,81); }
H1.HeaderClassName
{
color: #D13851;
}
.AnyTagClassName
{
color: #D13851;
}
</style>
background-color css
<style>
a { background-color: #D13851; }
a { background-color: rgb(209,56,81); }
div.DivClassName
{
background-color: #D13851;
}
.BgClassName
{
background-color: #D13851;
}
</style>
border-color css
<style>
span { border-color: #D13851; }
span { border-color: rgb(209,56,81); }
td.TdClassName
{
border-color: #D13851;
}
.TagClassName
{
border-color: #D13851;
}
</style>