Shades of Old Rose #D03350
Tints of Old Rose #D03350
RGB
CMYK
RGB Variations
Color information
#D03350 (or 0xD03350) is known color: Old Rose. HEX triplet: D0, 33 and 50. RGB value is (208,51,80). Sum of RGB (Red+Green+Blue) = 208+51+80=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D03350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03350 is #2FCCAF. Grayscale: #656565. Windows color (decimal): -3132592 or 5256144. OLE color: 5256144.
HSL color Cylindrical-coordinate representation of color #D03350: hue angle of 348.92º 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 #D03350 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 80 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.18 |
| HSL | 348.92º | 0.63% | 0.51% | - |
| HSV(B) | 348.92º | 0.75% | 0.82% | - |
| XYZ | 28.64 | 16.36 | 9.24 | - |
| YUV | 101.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 80 | 0 | 0.75 | 0.62 | 0.18 | 348.92 | 0.63 | 0.51 |
| Hex | D0 | 33 | 50 | 0 | 4B | 3E | 12 | 15D | 3F | 33 |
| Octal | 320 | 63 | 120 | 0 | 113 | 76 | 22 | 535 | 77 | 63 |
| Binary | 11010000 | 110011 | 1010000 | 0 | 1001011 | 111110 | 10010 | 101011101 | 111111 | 110011 |
Color Harmonies of #D03350
Complementary color
Monochromatic Colors of #D03350
Black with #D03350
Text Example
Text Example
White with #D03350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03350; }
p { color: rgb(208,51,80); }
H1.HeaderClassName
{
color: #D03350;
}
.AnyTagClassName
{
color: #D03350;
}
</style>
background-color css
<style>
a { background-color: #D03350; }
a { background-color: rgb(208,51,80); }
div.DivClassName
{
background-color: #D03350;
}
.BgClassName
{
background-color: #D03350;
}
</style>
border-color css
<style>
span { border-color: #D03350; }
span { border-color: rgb(208,51,80); }
td.TdClassName
{
border-color: #D03350;
}
.TagClassName
{
border-color: #D03350;
}
</style>