Shades of Old Rose #D03450
Tints of Old Rose #D03450
RGB
CMYK
RGB Variations
Color information
#D03450 (or 0xD03450) is known color: Old Rose. HEX triplet: D0, 34 and 50. RGB value is (208,52,80). Sum of RGB (Red+Green+Blue) = 208+52+80=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D03450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03450 is #2FCBAF. Grayscale: #656565. Windows color (decimal): -3132336 or 5256400. OLE color: 5256400.
HSL color Cylindrical-coordinate representation of color #D03450: hue angle of 349.23º degrees, saturation: 0.62, 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 #D03450 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 80 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.18 |
| HSL | 349.23º | 0.62% | 0.51% | - |
| HSV(B) | 349.23º | 0.75% | 0.82% | - |
| XYZ | 28.69 | 16.45 | 9.25 | - |
| YUV | 101.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 80 | 0 | 0.75 | 0.62 | 0.18 | 349.23 | 0.62 | 0.51 |
| Hex | D0 | 34 | 50 | 0 | 4B | 3E | 12 | 15D | 3E | 33 |
| Octal | 320 | 64 | 120 | 0 | 113 | 76 | 22 | 535 | 76 | 63 |
| Binary | 11010000 | 110100 | 1010000 | 0 | 1001011 | 111110 | 10010 | 101011101 | 111110 | 110011 |
Color Harmonies of #D03450
Complementary color
Monochromatic Colors of #D03450
Black with #D03450
Text Example
Text Example
White with #D03450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03450; }
p { color: rgb(208,52,80); }
H1.HeaderClassName
{
color: #D03450;
}
.AnyTagClassName
{
color: #D03450;
}
</style>
background-color css
<style>
a { background-color: #D03450; }
a { background-color: rgb(208,52,80); }
div.DivClassName
{
background-color: #D03450;
}
.BgClassName
{
background-color: #D03450;
}
</style>
border-color css
<style>
span { border-color: #D03450; }
span { border-color: rgb(208,52,80); }
td.TdClassName
{
border-color: #D03450;
}
.TagClassName
{
border-color: #D03450;
}
</style>