Shades of Old Rose #D03754
Tints of Old Rose #D03754
RGB
CMYK
RGB Variations
Color information
#D03754 (or 0xD03754) is known color: Old Rose. HEX triplet: D0, 37 and 54. RGB value is (208,55,84). Sum of RGB (Red+Green+Blue) = 208+55+84=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D03754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03754 is #2FC8AB. Grayscale: #686868. Windows color (decimal): -3131564 or 5519312. OLE color: 5519312.
HSL color Cylindrical-coordinate representation of color #D03754: hue angle of 348.63º 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 #D03754 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 84 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.18 |
| HSL | 348.63º | 0.62% | 0.52% | - |
| HSV(B) | 348.63º | 0.74% | 0.82% | - |
| XYZ | 28.98 | 16.78 | 10.1 | - |
| YUV | 104.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 84 | 0 | 0.74 | 0.60 | 0.18 | 348.63 | 0.62 | 0.52 |
| Hex | D0 | 37 | 54 | 0 | 4A | 3C | 12 | 15D | 3E | 34 |
| Octal | 320 | 67 | 124 | 0 | 112 | 74 | 22 | 535 | 76 | 64 |
| Binary | 11010000 | 110111 | 1010100 | 0 | 1001010 | 111100 | 10010 | 101011101 | 111110 | 110100 |
Color Harmonies of #D03754
Complementary color
Monochromatic Colors of #D03754
Black with #D03754
Text Example
Text Example
White with #D03754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03754; }
p { color: rgb(208,55,84); }
H1.HeaderClassName
{
color: #D03754;
}
.AnyTagClassName
{
color: #D03754;
}
</style>
background-color css
<style>
a { background-color: #D03754; }
a { background-color: rgb(208,55,84); }
div.DivClassName
{
background-color: #D03754;
}
.BgClassName
{
background-color: #D03754;
}
</style>
border-color css
<style>
span { border-color: #D03754; }
span { border-color: rgb(208,55,84); }
td.TdClassName
{
border-color: #D03754;
}
.TagClassName
{
border-color: #D03754;
}
</style>