Shades of Old Rose #D03351
Tints of Old Rose #D03351
RGB
CMYK
RGB Variations
Color information
#D03351 (or 0xD03351) is known color: Old Rose. HEX triplet: D0, 33 and 51. RGB value is (208,51,81). Sum of RGB (Red+Green+Blue) = 208+51+81=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D03351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03351 is #2FCCAE. Grayscale: #656565. Windows color (decimal): -3132591 or 5321680. OLE color: 5321680.
HSL color Cylindrical-coordinate representation of color #D03351: hue angle of 348.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03351 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 81 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.18 |
| HSL | 348.54º | 0.63% | 0.51% | - |
| HSV(B) | 348.54º | 0.75% | 0.82% | - |
| XYZ | 28.68 | 16.37 | 9.43 | - |
| YUV | 101.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 81 | 0 | 0.75 | 0.61 | 0.18 | 348.54 | 0.63 | 0.51 |
| Hex | D0 | 33 | 51 | 0 | 4B | 3D | 12 | 15D | 3F | 33 |
| Octal | 320 | 63 | 121 | 0 | 113 | 75 | 22 | 535 | 77 | 63 |
| Binary | 11010000 | 110011 | 1010001 | 0 | 1001011 | 111101 | 10010 | 101011101 | 111111 | 110011 |
Color Harmonies of #D03351
Complementary color
Monochromatic Colors of #D03351
Black with #D03351
Text Example
Text Example
White with #D03351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03351; }
p { color: rgb(208,51,81); }
H1.HeaderClassName
{
color: #D03351;
}
.AnyTagClassName
{
color: #D03351;
}
</style>
background-color css
<style>
a { background-color: #D03351; }
a { background-color: rgb(208,51,81); }
div.DivClassName
{
background-color: #D03351;
}
.BgClassName
{
background-color: #D03351;
}
</style>
border-color css
<style>
span { border-color: #D03351; }
span { border-color: rgb(208,51,81); }
td.TdClassName
{
border-color: #D03351;
}
.TagClassName
{
border-color: #D03351;
}
</style>