Shades of Old Rose #D02356
Tints of Old Rose #D02356
RGB
CMYK
RGB Variations
Color information
#D02356 (or 0xD02356) is known color: Old Rose. HEX triplet: D0, 23 and 56. RGB value is (208,35,86). Sum of RGB (Red+Green+Blue) = 208+35+86=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D02356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02356 is #2FDCA9. Grayscale: #5C5C5C. Windows color (decimal): -3136682 or 5645264. OLE color: 5645264.
HSL color Cylindrical-coordinate representation of color #D02356: hue angle of 342.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02356 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 86 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.18 |
| HSL | 342.31º | 0.71% | 0.48% | - |
| HSV(B) | 342.31º | 0.83% | 0.82% | - |
| XYZ | 28.29 | 15.28 | 10.26 | - |
| YUV | 92.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 86 | 0 | 0.83 | 0.59 | 0.18 | 342.31 | 0.71 | 0.48 |
| Hex | D0 | 23 | 56 | 0 | 53 | 3B | 12 | 156 | 47 | 30 |
| Octal | 320 | 43 | 126 | 0 | 123 | 73 | 22 | 526 | 107 | 60 |
| Binary | 11010000 | 100011 | 1010110 | 0 | 1010011 | 111011 | 10010 | 101010110 | 1000111 | 110000 |
Color Harmonies of #D02356
Complementary color
Monochromatic Colors of #D02356
Black with #D02356
Text Example
Text Example
White with #D02356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02356; }
p { color: rgb(208,35,86); }
H1.HeaderClassName
{
color: #D02356;
}
.AnyTagClassName
{
color: #D02356;
}
</style>
background-color css
<style>
a { background-color: #D02356; }
a { background-color: rgb(208,35,86); }
div.DivClassName
{
background-color: #D02356;
}
.BgClassName
{
background-color: #D02356;
}
</style>
border-color css
<style>
span { border-color: #D02356; }
span { border-color: rgb(208,35,86); }
td.TdClassName
{
border-color: #D02356;
}
.TagClassName
{
border-color: #D02356;
}
</style>