Shades of Old Rose #D22A50
Tints of Old Rose #D22A50
RGB
CMYK
RGB Variations
Color information
#D22A50 (or 0xD22A50) is known color: Old Rose. HEX triplet: D2, 2A and 50. RGB value is (210,42,80). Sum of RGB (Red+Green+Blue) = 210+42+80=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22A50 is #2DD5AF. Grayscale: #606060. Windows color (decimal): -3003824 or 5253842. OLE color: 5253842.
HSL color Cylindrical-coordinate representation of color #D22A50: hue angle of 346.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22A50 is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 80 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.18 |
| HSL | 346.43º | 0.67% | 0.49% | - |
| HSV(B) | 346.43º | 0.8% | 0.82% | - |
| XYZ | 28.85 | 15.94 | 9.14 | - |
| YUV | 96.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 80 | 0 | 0.8 | 0.62 | 0.18 | 346.43 | 0.67 | 0.49 |
| Hex | D2 | 2A | 50 | 0 | 50 | 3E | 12 | 15A | 43 | 31 |
| Octal | 322 | 52 | 120 | 0 | 120 | 76 | 22 | 532 | 103 | 61 |
| Binary | 11010010 | 101010 | 1010000 | 0 | 1010000 | 111110 | 10010 | 101011010 | 1000011 | 110001 |
Color Harmonies of #D22A50
Complementary color
Monochromatic Colors of #D22A50
Black with #D22A50
Text Example
Text Example
White with #D22A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22A50; }
p { color: rgb(210,42,80); }
H1.HeaderClassName
{
color: #D22A50;
}
.AnyTagClassName
{
color: #D22A50;
}
</style>
background-color css
<style>
a { background-color: #D22A50; }
a { background-color: rgb(210,42,80); }
div.DivClassName
{
background-color: #D22A50;
}
.BgClassName
{
background-color: #D22A50;
}
</style>
border-color css
<style>
span { border-color: #D22A50; }
span { border-color: rgb(210,42,80); }
td.TdClassName
{
border-color: #D22A50;
}
.TagClassName
{
border-color: #D22A50;
}
</style>