Shades of Old Rose #D13754
Tints of Old Rose #D13754
RGB
CMYK
RGB Variations
Color information
#D13754 (or 0xD13754) is known color: Old Rose. HEX triplet: D1, 37 and 54. RGB value is (209,55,84). Sum of RGB (Red+Green+Blue) = 209+55+84=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D13754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13754 is #2EC8AB. Grayscale: #686868. Windows color (decimal): -3066028 or 5519313. OLE color: 5519313.
HSL color Cylindrical-coordinate representation of color #D13754: hue angle of 348.7º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13754 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 84 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.18 |
| HSL | 348.7º | 0.63% | 0.52% | - |
| HSV(B) | 348.7º | 0.74% | 0.82% | - |
| XYZ | 29.26 | 16.93 | 10.11 | - |
| YUV | 104.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 84 | 0 | 0.74 | 0.60 | 0.18 | 348.7 | 0.63 | 0.52 |
| Hex | D1 | 37 | 54 | 0 | 4A | 3C | 12 | 15D | 3F | 34 |
| Octal | 321 | 67 | 124 | 0 | 112 | 74 | 22 | 535 | 77 | 64 |
| Binary | 11010001 | 110111 | 1010100 | 0 | 1001010 | 111100 | 10010 | 101011101 | 111111 | 110100 |
Color Harmonies of #D13754
Complementary color
Monochromatic Colors of #D13754
Black with #D13754
Text Example
Text Example
White with #D13754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13754; }
p { color: rgb(209,55,84); }
H1.HeaderClassName
{
color: #D13754;
}
.AnyTagClassName
{
color: #D13754;
}
</style>
background-color css
<style>
a { background-color: #D13754; }
a { background-color: rgb(209,55,84); }
div.DivClassName
{
background-color: #D13754;
}
.BgClassName
{
background-color: #D13754;
}
</style>
border-color css
<style>
span { border-color: #D13754; }
span { border-color: rgb(209,55,84); }
td.TdClassName
{
border-color: #D13754;
}
.TagClassName
{
border-color: #D13754;
}
</style>