Shades of Old Rose #D13353
Tints of Old Rose #D13353
RGB
CMYK
RGB Variations
Color information
#D13353 (or 0xD13353) is known color: Old Rose. HEX triplet: D1, 33 and 53. RGB value is (209,51,83). Sum of RGB (Red+Green+Blue) = 209+51+83=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D13353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13353 is #2ECCAC. Grayscale: #656565. Windows color (decimal): -3067053 or 5452753. OLE color: 5452753.
HSL color Cylindrical-coordinate representation of color #D13353: hue angle of 347.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13353 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 83 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.18 |
| HSL | 347.85º | 0.63% | 0.51% | - |
| HSV(B) | 347.85º | 0.76% | 0.82% | - |
| XYZ | 29.04 | 16.55 | 9.85 | - |
| YUV | 101.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 83 | 0 | 0.76 | 0.60 | 0.18 | 347.85 | 0.63 | 0.51 |
| Hex | D1 | 33 | 53 | 0 | 4C | 3C | 12 | 15C | 3F | 33 |
| Octal | 321 | 63 | 123 | 0 | 114 | 74 | 22 | 534 | 77 | 63 |
| Binary | 11010001 | 110011 | 1010011 | 0 | 1001100 | 111100 | 10010 | 101011100 | 111111 | 110011 |
Color Harmonies of #D13353
Complementary color
Monochromatic Colors of #D13353
Black with #D13353
Text Example
Text Example
White with #D13353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13353; }
p { color: rgb(209,51,83); }
H1.HeaderClassName
{
color: #D13353;
}
.AnyTagClassName
{
color: #D13353;
}
</style>
background-color css
<style>
a { background-color: #D13353; }
a { background-color: rgb(209,51,83); }
div.DivClassName
{
background-color: #D13353;
}
.BgClassName
{
background-color: #D13353;
}
</style>
border-color css
<style>
span { border-color: #D13353; }
span { border-color: rgb(209,51,83); }
td.TdClassName
{
border-color: #D13353;
}
.TagClassName
{
border-color: #D13353;
}
</style>