Shades of Old Rose #D0264D
Tints of Old Rose #D0264D
RGB
CMYK
RGB Variations
Color information
#D0264D (or 0xD0264D) is known color: Old Rose. HEX triplet: D0, 26 and 4D. RGB value is (208,38,77). Sum of RGB (Red+Green+Blue) = 208+38+77=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0264D is #2FD9B2. Grayscale: #5D5D5D. Windows color (decimal): -3135923 or 5056208. OLE color: 5056208.
HSL color Cylindrical-coordinate representation of color #D0264D: hue angle of 346.24º 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 #D0264D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 77 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.18 |
| HSL | 346.24º | 0.69% | 0.48% | - |
| HSV(B) | 346.24º | 0.82% | 0.82% | - |
| XYZ | 28.05 | 15.33 | 8.5 | - |
| YUV | 93.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 77 | 0 | 0.82 | 0.63 | 0.18 | 346.24 | 0.69 | 0.48 |
| Hex | D0 | 26 | 4D | 0 | 52 | 3F | 12 | 15A | 45 | 30 |
| Octal | 320 | 46 | 115 | 0 | 122 | 77 | 22 | 532 | 105 | 60 |
| Binary | 11010000 | 100110 | 1001101 | 0 | 1010010 | 111111 | 10010 | 101011010 | 1000101 | 110000 |
Color Harmonies of #D0264D
Complementary color
Monochromatic Colors of #D0264D
Black with #D0264D
Text Example
Text Example
White with #D0264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0264D; }
p { color: rgb(208,38,77); }
H1.HeaderClassName
{
color: #D0264D;
}
.AnyTagClassName
{
color: #D0264D;
}
</style>
background-color css
<style>
a { background-color: #D0264D; }
a { background-color: rgb(208,38,77); }
div.DivClassName
{
background-color: #D0264D;
}
.BgClassName
{
background-color: #D0264D;
}
</style>
border-color css
<style>
span { border-color: #D0264D; }
span { border-color: rgb(208,38,77); }
td.TdClassName
{
border-color: #D0264D;
}
.TagClassName
{
border-color: #D0264D;
}
</style>