Shades of Old Rose #D33C51
Tints of Old Rose #D33C51
RGB
CMYK
RGB Variations
Color information
#D33C51 (or 0xD33C51) is known color: Old Rose. HEX triplet: D3, 3C and 51. RGB value is (211,60,81). Sum of RGB (Red+Green+Blue) = 211+60+81=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C51 is #2CC3AE. Grayscale: #6B6B6B. Windows color (decimal): -2933679 or 5323987. OLE color: 5323987.
HSL color Cylindrical-coordinate representation of color #D33C51: hue angle of 351.66º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C51 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 81 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.17 |
| HSL | 351.66º | 0.63% | 0.53% | - |
| HSV(B) | 351.66º | 0.72% | 0.83% | - |
| XYZ | 29.97 | 17.67 | 9.62 | - |
| YUV | 107.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 81 | 0 | 0.72 | 0.62 | 0.17 | 351.66 | 0.63 | 0.53 |
| Hex | D3 | 3C | 51 | 0 | 48 | 3E | 11 | 160 | 3F | 35 |
| Octal | 323 | 74 | 121 | 0 | 110 | 76 | 21 | 540 | 77 | 65 |
| Binary | 11010011 | 111100 | 1010001 | 0 | 1001000 | 111110 | 10001 | 101100000 | 111111 | 110101 |
Color Harmonies of #D33C51
Complementary color
Monochromatic Colors of #D33C51
Black with #D33C51
Text Example
Text Example
White with #D33C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C51; }
p { color: rgb(211,60,81); }
H1.HeaderClassName
{
color: #D33C51;
}
.AnyTagClassName
{
color: #D33C51;
}
</style>
background-color css
<style>
a { background-color: #D33C51; }
a { background-color: rgb(211,60,81); }
div.DivClassName
{
background-color: #D33C51;
}
.BgClassName
{
background-color: #D33C51;
}
</style>
border-color css
<style>
span { border-color: #D33C51; }
span { border-color: rgb(211,60,81); }
td.TdClassName
{
border-color: #D33C51;
}
.TagClassName
{
border-color: #D33C51;
}
</style>