Shades of Old Rose #D1264F
Tints of Old Rose #D1264F
RGB
CMYK
RGB Variations
Color information
#D1264F (or 0xD1264F) is known color: Old Rose. HEX triplet: D1, 26 and 4F. RGB value is (209,38,79). Sum of RGB (Red+Green+Blue) = 209+38+79=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1264F is #2ED9B0. Grayscale: #5D5D5D. Windows color (decimal): -3070385 or 5187281. OLE color: 5187281.
HSL color Cylindrical-coordinate representation of color #D1264F: hue angle of 345.61º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1264F is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 79 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.18 |
| HSL | 345.61º | 0.69% | 0.48% | - |
| HSV(B) | 345.61º | 0.82% | 0.82% | - |
| XYZ | 28.4 | 15.51 | 8.89 | - |
| YUV | 93.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 79 | 0 | 0.82 | 0.62 | 0.18 | 345.61 | 0.69 | 0.48 |
| Hex | D1 | 26 | 4F | 0 | 52 | 3E | 12 | 15A | 45 | 30 |
| Octal | 321 | 46 | 117 | 0 | 122 | 76 | 22 | 532 | 105 | 60 |
| Binary | 11010001 | 100110 | 1001111 | 0 | 1010010 | 111110 | 10010 | 101011010 | 1000101 | 110000 |
Color Harmonies of #D1264F
Complementary color
Monochromatic Colors of #D1264F
Black with #D1264F
Text Example
Text Example
White with #D1264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1264F; }
p { color: rgb(209,38,79); }
H1.HeaderClassName
{
color: #D1264F;
}
.AnyTagClassName
{
color: #D1264F;
}
</style>
background-color css
<style>
a { background-color: #D1264F; }
a { background-color: rgb(209,38,79); }
div.DivClassName
{
background-color: #D1264F;
}
.BgClassName
{
background-color: #D1264F;
}
</style>
border-color css
<style>
span { border-color: #D1264F; }
span { border-color: rgb(209,38,79); }
td.TdClassName
{
border-color: #D1264F;
}
.TagClassName
{
border-color: #D1264F;
}
</style>