Shades of Old Rose #D02553
Tints of Old Rose #D02553
RGB
CMYK
RGB Variations
Color information
#D02553 (or 0xD02553) is known color: Old Rose. HEX triplet: D0, 25 and 53. RGB value is (208,37,83). Sum of RGB (Red+Green+Blue) = 208+37+83=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D02553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02553 is #2FDAAC. Grayscale: #5D5D5D. Windows color (decimal): -3136173 or 5449168. OLE color: 5449168.
HSL color Cylindrical-coordinate representation of color #D02553: hue angle of 343.86º 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 #D02553 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 83 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.18 |
| HSL | 343.86º | 0.7% | 0.48% | - |
| HSV(B) | 343.86º | 0.82% | 0.82% | - |
| XYZ | 28.24 | 15.36 | 9.66 | - |
| YUV | 93.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 83 | 0 | 0.82 | 0.60 | 0.18 | 343.86 | 0.7 | 0.48 |
| Hex | D0 | 25 | 53 | 0 | 52 | 3C | 12 | 158 | 46 | 30 |
| Octal | 320 | 45 | 123 | 0 | 122 | 74 | 22 | 530 | 106 | 60 |
| Binary | 11010000 | 100101 | 1010011 | 0 | 1010010 | 111100 | 10010 | 101011000 | 1000110 | 110000 |
Color Harmonies of #D02553
Complementary color
Monochromatic Colors of #D02553
Black with #D02553
Text Example
Text Example
White with #D02553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02553; }
p { color: rgb(208,37,83); }
H1.HeaderClassName
{
color: #D02553;
}
.AnyTagClassName
{
color: #D02553;
}
</style>
background-color css
<style>
a { background-color: #D02553; }
a { background-color: rgb(208,37,83); }
div.DivClassName
{
background-color: #D02553;
}
.BgClassName
{
background-color: #D02553;
}
</style>
border-color css
<style>
span { border-color: #D02553; }
span { border-color: rgb(208,37,83); }
td.TdClassName
{
border-color: #D02553;
}
.TagClassName
{
border-color: #D02553;
}
</style>