Shades of Old Rose #D03752
Tints of Old Rose #D03752
RGB
CMYK
RGB Variations
Color information
#D03752 (or 0xD03752) is known color: Old Rose. HEX triplet: D0, 37 and 52. RGB value is (208,55,82). Sum of RGB (Red+Green+Blue) = 208+55+82=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D03752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03752 is #2FC8AD. Grayscale: #676767. Windows color (decimal): -3131566 or 5388240. OLE color: 5388240.
HSL color Cylindrical-coordinate representation of color #D03752: hue angle of 349.41º 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 #D03752 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 82 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.18 |
| HSL | 349.41º | 0.62% | 0.52% | - |
| HSV(B) | 349.41º | 0.74% | 0.82% | - |
| XYZ | 28.9 | 16.75 | 9.69 | - |
| YUV | 103.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 82 | 0 | 0.74 | 0.61 | 0.18 | 349.41 | 0.62 | 0.52 |
| Hex | D0 | 37 | 52 | 0 | 4A | 3D | 12 | 15D | 3E | 34 |
| Octal | 320 | 67 | 122 | 0 | 112 | 75 | 22 | 535 | 76 | 64 |
| Binary | 11010000 | 110111 | 1010010 | 0 | 1001010 | 111101 | 10010 | 101011101 | 111110 | 110100 |
Color Harmonies of #D03752
Complementary color
Monochromatic Colors of #D03752
Black with #D03752
Text Example
Text Example
White with #D03752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03752; }
p { color: rgb(208,55,82); }
H1.HeaderClassName
{
color: #D03752;
}
.AnyTagClassName
{
color: #D03752;
}
</style>
background-color css
<style>
a { background-color: #D03752; }
a { background-color: rgb(208,55,82); }
div.DivClassName
{
background-color: #D03752;
}
.BgClassName
{
background-color: #D03752;
}
</style>
border-color css
<style>
span { border-color: #D03752; }
span { border-color: rgb(208,55,82); }
td.TdClassName
{
border-color: #D03752;
}
.TagClassName
{
border-color: #D03752;
}
</style>