Shades of Old Rose #D03251
Tints of Old Rose #D03251
RGB
CMYK
RGB Variations
Color information
#D03251 (or 0xD03251) is known color: Old Rose. HEX triplet: D0, 32 and 51. RGB value is (208,50,81). Sum of RGB (Red+Green+Blue) = 208+50+81=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D03251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03251 is #2FCDAE. Grayscale: #646464. Windows color (decimal): -3132847 or 5321424. OLE color: 5321424.
HSL color Cylindrical-coordinate representation of color #D03251: hue angle of 348.23º 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 #D03251 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 81 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.18 |
| HSL | 348.23º | 0.63% | 0.51% | - |
| HSV(B) | 348.23º | 0.76% | 0.82% | - |
| XYZ | 28.64 | 16.29 | 9.42 | - |
| YUV | 100.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 81 | 0 | 0.76 | 0.61 | 0.18 | 348.23 | 0.63 | 0.51 |
| Hex | D0 | 32 | 51 | 0 | 4C | 3D | 12 | 15C | 3F | 33 |
| Octal | 320 | 62 | 121 | 0 | 114 | 75 | 22 | 534 | 77 | 63 |
| Binary | 11010000 | 110010 | 1010001 | 0 | 1001100 | 111101 | 10010 | 101011100 | 111111 | 110011 |
Color Harmonies of #D03251
Complementary color
Monochromatic Colors of #D03251
Black with #D03251
Text Example
Text Example
White with #D03251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03251; }
p { color: rgb(208,50,81); }
H1.HeaderClassName
{
color: #D03251;
}
.AnyTagClassName
{
color: #D03251;
}
</style>
background-color css
<style>
a { background-color: #D03251; }
a { background-color: rgb(208,50,81); }
div.DivClassName
{
background-color: #D03251;
}
.BgClassName
{
background-color: #D03251;
}
</style>
border-color css
<style>
span { border-color: #D03251; }
span { border-color: rgb(208,50,81); }
td.TdClassName
{
border-color: #D03251;
}
.TagClassName
{
border-color: #D03251;
}
</style>