Shades of Old Rose #D03951
Tints of Old Rose #D03951
RGB
CMYK
RGB Variations
Color information
#D03951 (or 0xD03951) is known color: Old Rose. HEX triplet: D0, 39 and 51. RGB value is (208,57,81). Sum of RGB (Red+Green+Blue) = 208+57+81=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D03951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03951 is #2FC6AE. Grayscale: #686868. Windows color (decimal): -3131055 or 5323216. OLE color: 5323216.
HSL color Cylindrical-coordinate representation of color #D03951: hue angle of 350.46º 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 #D03951 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 81 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.18 |
| HSL | 350.46º | 0.62% | 0.52% | - |
| HSV(B) | 350.46º | 0.73% | 0.82% | - |
| XYZ | 28.96 | 16.93 | 9.53 | - |
| YUV | 104.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 81 | 0 | 0.73 | 0.61 | 0.18 | 350.46 | 0.62 | 0.52 |
| Hex | D0 | 39 | 51 | 0 | 49 | 3D | 12 | 15E | 3E | 34 |
| Octal | 320 | 71 | 121 | 0 | 111 | 75 | 22 | 536 | 76 | 64 |
| Binary | 11010000 | 111001 | 1010001 | 0 | 1001001 | 111101 | 10010 | 101011110 | 111110 | 110100 |
Color Harmonies of #D03951
Complementary color
Monochromatic Colors of #D03951
Black with #D03951
Text Example
Text Example
White with #D03951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03951; }
p { color: rgb(208,57,81); }
H1.HeaderClassName
{
color: #D03951;
}
.AnyTagClassName
{
color: #D03951;
}
</style>
background-color css
<style>
a { background-color: #D03951; }
a { background-color: rgb(208,57,81); }
div.DivClassName
{
background-color: #D03951;
}
.BgClassName
{
background-color: #D03951;
}
</style>
border-color css
<style>
span { border-color: #D03951; }
span { border-color: rgb(208,57,81); }
td.TdClassName
{
border-color: #D03951;
}
.TagClassName
{
border-color: #D03951;
}
</style>