Shades of Old Rose #D03750
Tints of Old Rose #D03750
RGB
CMYK
RGB Variations
Color information
#D03750 (or 0xD03750) is known color: Old Rose. HEX triplet: D0, 37 and 50. RGB value is (208,55,80). Sum of RGB (Red+Green+Blue) = 208+55+80=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03750 is #2FC8AF. Grayscale: #676767. Windows color (decimal): -3131568 or 5257168. OLE color: 5257168.
HSL color Cylindrical-coordinate representation of color #D03750: hue angle of 350.2º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03750 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 80 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.18 |
| HSL | 350.2º | 0.62% | 0.52% | - |
| HSV(B) | 350.2º | 0.74% | 0.82% | - |
| XYZ | 28.83 | 16.72 | 9.3 | - |
| YUV | 103.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 80 | 0 | 0.74 | 0.62 | 0.18 | 350.2 | 0.62 | 0.52 |
| Hex | D0 | 37 | 50 | 0 | 4A | 3E | 12 | 15E | 3E | 34 |
| Octal | 320 | 67 | 120 | 0 | 112 | 76 | 22 | 536 | 76 | 64 |
| Binary | 11010000 | 110111 | 1010000 | 0 | 1001010 | 111110 | 10010 | 101011110 | 111110 | 110100 |
Color Harmonies of #D03750
Complementary color
Monochromatic Colors of #D03750
Black with #D03750
Text Example
Text Example
White with #D03750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03750; }
p { color: rgb(208,55,80); }
H1.HeaderClassName
{
color: #D03750;
}
.AnyTagClassName
{
color: #D03750;
}
</style>
background-color css
<style>
a { background-color: #D03750; }
a { background-color: rgb(208,55,80); }
div.DivClassName
{
background-color: #D03750;
}
.BgClassName
{
background-color: #D03750;
}
</style>
border-color css
<style>
span { border-color: #D03750; }
span { border-color: rgb(208,55,80); }
td.TdClassName
{
border-color: #D03750;
}
.TagClassName
{
border-color: #D03750;
}
</style>