Shades of Old Rose #D03A51
Tints of Old Rose #D03A51
RGB
CMYK
RGB Variations
Color information
#D03A51 (or 0xD03A51) is known color: Old Rose. HEX triplet: D0, 3A and 51. RGB value is (208,58,81). Sum of RGB (Red+Green+Blue) = 208+58+81=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A51 is #2FC5AE. Grayscale: #696969. Windows color (decimal): -3130799 or 5323472. OLE color: 5323472.
HSL color Cylindrical-coordinate representation of color #D03A51: hue angle of 350.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03A51 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 81 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.18 |
| HSL | 350.8º | 0.61% | 0.52% | - |
| HSV(B) | 350.8º | 0.72% | 0.82% | - |
| XYZ | 29.01 | 17.03 | 9.54 | - |
| YUV | 105.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 81 | 0 | 0.72 | 0.61 | 0.18 | 350.8 | 0.61 | 0.52 |
| Hex | D0 | 3A | 51 | 0 | 48 | 3D | 12 | 15F | 3D | 34 |
| Octal | 320 | 72 | 121 | 0 | 110 | 75 | 22 | 537 | 75 | 64 |
| Binary | 11010000 | 111010 | 1010001 | 0 | 1001000 | 111101 | 10010 | 101011111 | 111101 | 110100 |
Color Harmonies of #D03A51
Complementary color
Monochromatic Colors of #D03A51
Black with #D03A51
Text Example
Text Example
White with #D03A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A51; }
p { color: rgb(208,58,81); }
H1.HeaderClassName
{
color: #D03A51;
}
.AnyTagClassName
{
color: #D03A51;
}
</style>
background-color css
<style>
a { background-color: #D03A51; }
a { background-color: rgb(208,58,81); }
div.DivClassName
{
background-color: #D03A51;
}
.BgClassName
{
background-color: #D03A51;
}
</style>
border-color css
<style>
span { border-color: #D03A51; }
span { border-color: rgb(208,58,81); }
td.TdClassName
{
border-color: #D03A51;
}
.TagClassName
{
border-color: #D03A51;
}
</style>