Shades of Old Rose #D13850
Tints of Old Rose #D13850
RGB
CMYK
RGB Variations
Color information
#D13850 (or 0xD13850) is known color: Old Rose. HEX triplet: D1, 38 and 50. RGB value is (209,56,80). Sum of RGB (Red+Green+Blue) = 209+56+80=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D13850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13850 is #2EC7AF. Grayscale: #686868. Windows color (decimal): -3065776 or 5257425. OLE color: 5257425.
HSL color Cylindrical-coordinate representation of color #D13850: hue angle of 350.59º 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 #D13850 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 80 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.18 |
| HSL | 350.59º | 0.62% | 0.52% | - |
| HSV(B) | 350.59º | 0.73% | 0.82% | - |
| XYZ | 29.16 | 16.96 | 9.33 | - |
| YUV | 104.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 80 | 0 | 0.73 | 0.62 | 0.18 | 350.59 | 0.62 | 0.52 |
| Hex | D1 | 38 | 50 | 0 | 49 | 3E | 12 | 15F | 3E | 34 |
| Octal | 321 | 70 | 120 | 0 | 111 | 76 | 22 | 537 | 76 | 64 |
| Binary | 11010001 | 111000 | 1010000 | 0 | 1001001 | 111110 | 10010 | 101011111 | 111110 | 110100 |
Color Harmonies of #D13850
Complementary color
Monochromatic Colors of #D13850
Black with #D13850
Text Example
Text Example
White with #D13850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13850; }
p { color: rgb(209,56,80); }
H1.HeaderClassName
{
color: #D13850;
}
.AnyTagClassName
{
color: #D13850;
}
</style>
background-color css
<style>
a { background-color: #D13850; }
a { background-color: rgb(209,56,80); }
div.DivClassName
{
background-color: #D13850;
}
.BgClassName
{
background-color: #D13850;
}
</style>
border-color css
<style>
span { border-color: #D13850; }
span { border-color: rgb(209,56,80); }
td.TdClassName
{
border-color: #D13850;
}
.TagClassName
{
border-color: #D13850;
}
</style>