Shades of Old Rose #D22B51
Tints of Old Rose #D22B51
RGB
CMYK
RGB Variations
Color information
#D22B51 (or 0xD22B51) is known color: Old Rose. HEX triplet: D2, 2B and 51. RGB value is (210,43,81). Sum of RGB (Red+Green+Blue) = 210+43+81=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B51 is #2DD4AE. Grayscale: #616161. Windows color (decimal): -3003567 or 5319634. OLE color: 5319634.
HSL color Cylindrical-coordinate representation of color #D22B51: hue angle of 346.35º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B51 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 81 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.18 |
| HSL | 346.35º | 0.66% | 0.5% | - |
| HSV(B) | 346.35º | 0.8% | 0.82% | - |
| XYZ | 28.93 | 16.02 | 9.35 | - |
| YUV | 97.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 81 | 0 | 0.80 | 0.61 | 0.18 | 346.35 | 0.66 | 0.5 |
| Hex | D2 | 2B | 51 | 0 | 50 | 3D | 12 | 15A | 42 | 32 |
| Octal | 322 | 53 | 121 | 0 | 120 | 75 | 22 | 532 | 102 | 62 |
| Binary | 11010010 | 101011 | 1010001 | 0 | 1010000 | 111101 | 10010 | 101011010 | 1000010 | 110010 |
Color Harmonies of #D22B51
Complementary color
Monochromatic Colors of #D22B51
Black with #D22B51
Text Example
Text Example
White with #D22B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B51; }
p { color: rgb(210,43,81); }
H1.HeaderClassName
{
color: #D22B51;
}
.AnyTagClassName
{
color: #D22B51;
}
</style>
background-color css
<style>
a { background-color: #D22B51; }
a { background-color: rgb(210,43,81); }
div.DivClassName
{
background-color: #D22B51;
}
.BgClassName
{
background-color: #D22B51;
}
</style>
border-color css
<style>
span { border-color: #D22B51; }
span { border-color: rgb(210,43,81); }
td.TdClassName
{
border-color: #D22B51;
}
.TagClassName
{
border-color: #D22B51;
}
</style>