Shades of Old Rose #D03250
Tints of Old Rose #D03250
RGB
CMYK
RGB Variations
Color information
#D03250 (or 0xD03250) is known color: Old Rose. HEX triplet: D0, 32 and 50. RGB value is (208,50,80). Sum of RGB (Red+Green+Blue) = 208+50+80=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D03250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03250 is #2FCDAF. Grayscale: #646464. Windows color (decimal): -3132848 or 5255888. OLE color: 5255888.
HSL color Cylindrical-coordinate representation of color #D03250: hue angle of 348.61º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03250 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 80 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.18 |
| HSL | 348.61º | 0.63% | 0.51% | - |
| HSV(B) | 348.61º | 0.76% | 0.82% | - |
| XYZ | 28.6 | 16.27 | 9.22 | - |
| YUV | 100.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 80 | 0 | 0.76 | 0.62 | 0.18 | 348.61 | 0.63 | 0.51 |
| Hex | D0 | 32 | 50 | 0 | 4C | 3E | 12 | 15D | 3F | 33 |
| Octal | 320 | 62 | 120 | 0 | 114 | 76 | 22 | 535 | 77 | 63 |
| Binary | 11010000 | 110010 | 1010000 | 0 | 1001100 | 111110 | 10010 | 101011101 | 111111 | 110011 |
Color Harmonies of #D03250
Complementary color
Monochromatic Colors of #D03250
Black with #D03250
Text Example
Text Example
White with #D03250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03250; }
p { color: rgb(208,50,80); }
H1.HeaderClassName
{
color: #D03250;
}
.AnyTagClassName
{
color: #D03250;
}
</style>
background-color css
<style>
a { background-color: #D03250; }
a { background-color: rgb(208,50,80); }
div.DivClassName
{
background-color: #D03250;
}
.BgClassName
{
background-color: #D03250;
}
</style>
border-color css
<style>
span { border-color: #D03250; }
span { border-color: rgb(208,50,80); }
td.TdClassName
{
border-color: #D03250;
}
.TagClassName
{
border-color: #D03250;
}
</style>