Shades of Old Rose #D03850
Tints of Old Rose #D03850
RGB
CMYK
RGB Variations
Color information
#D03850 (or 0xD03850) is known color: Old Rose. HEX triplet: D0, 38 and 50. RGB value is (208,56,80). Sum of RGB (Red+Green+Blue) = 208+56+80=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D03850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03850 is #2FC7AF. Grayscale: #686868. Windows color (decimal): -3131312 or 5257424. OLE color: 5257424.
HSL color Cylindrical-coordinate representation of color #D03850: hue angle of 350.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03850 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 80 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.18 |
| HSL | 350.53º | 0.62% | 0.52% | - |
| HSV(B) | 350.53º | 0.73% | 0.82% | - |
| XYZ | 28.87 | 16.82 | 9.31 | - |
| YUV | 104.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 80 | 0 | 0.73 | 0.62 | 0.18 | 350.53 | 0.62 | 0.52 |
| Hex | D0 | 38 | 50 | 0 | 49 | 3E | 12 | 15F | 3E | 34 |
| Octal | 320 | 70 | 120 | 0 | 111 | 76 | 22 | 537 | 76 | 64 |
| Binary | 11010000 | 111000 | 1010000 | 0 | 1001001 | 111110 | 10010 | 101011111 | 111110 | 110100 |
Color Harmonies of #D03850
Complementary color
Monochromatic Colors of #D03850
Black with #D03850
Text Example
Text Example
White with #D03850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03850; }
p { color: rgb(208,56,80); }
H1.HeaderClassName
{
color: #D03850;
}
.AnyTagClassName
{
color: #D03850;
}
</style>
background-color css
<style>
a { background-color: #D03850; }
a { background-color: rgb(208,56,80); }
div.DivClassName
{
background-color: #D03850;
}
.BgClassName
{
background-color: #D03850;
}
</style>
border-color css
<style>
span { border-color: #D03850; }
span { border-color: rgb(208,56,80); }
td.TdClassName
{
border-color: #D03850;
}
.TagClassName
{
border-color: #D03850;
}
</style>