Shades of Old Rose #D0254E
Tints of Old Rose #D0254E
RGB
CMYK
RGB Variations
Color information
#D0254E (or 0xD0254E) is known color: Old Rose. HEX triplet: D0, 25 and 4E. RGB value is (208,37,78). Sum of RGB (Red+Green+Blue) = 208+37+78=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0254E is #2FDAB1. Grayscale: #5C5C5C. Windows color (decimal): -3136178 or 5121488. OLE color: 5121488.
HSL color Cylindrical-coordinate representation of color #D0254E: hue angle of 345.61º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0254E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 78 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.18 |
| HSL | 345.61º | 0.7% | 0.48% | - |
| HSV(B) | 345.61º | 0.82% | 0.82% | - |
| XYZ | 28.05 | 15.28 | 8.68 | - |
| YUV | 92.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 78 | 0 | 0.82 | 0.62 | 0.18 | 345.61 | 0.7 | 0.48 |
| Hex | D0 | 25 | 4E | 0 | 52 | 3E | 12 | 15A | 46 | 30 |
| Octal | 320 | 45 | 116 | 0 | 122 | 76 | 22 | 532 | 106 | 60 |
| Binary | 11010000 | 100101 | 1001110 | 0 | 1010010 | 111110 | 10010 | 101011010 | 1000110 | 110000 |
Color Harmonies of #D0254E
Complementary color
Monochromatic Colors of #D0254E
Black with #D0254E
Text Example
Text Example
White with #D0254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0254E; }
p { color: rgb(208,37,78); }
H1.HeaderClassName
{
color: #D0254E;
}
.AnyTagClassName
{
color: #D0254E;
}
</style>
background-color css
<style>
a { background-color: #D0254E; }
a { background-color: rgb(208,37,78); }
div.DivClassName
{
background-color: #D0254E;
}
.BgClassName
{
background-color: #D0254E;
}
</style>
border-color css
<style>
span { border-color: #D0254E; }
span { border-color: rgb(208,37,78); }
td.TdClassName
{
border-color: #D0254E;
}
.TagClassName
{
border-color: #D0254E;
}
</style>