Shades of Old Rose #CD1D4D
Tints of Old Rose #CD1D4D
RGB
CMYK
RGB Variations
Color information
#CD1D4D (or 0xCD1D4D) is known color: Old Rose. HEX triplet: CD, 1D and 4D. RGB value is (205,29,77). Sum of RGB (Red+Green+Blue) = 205+29+77=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1D4D is #32E2B2. Grayscale: #575757. Windows color (decimal): -3334835 or 5053901. OLE color: 5053901.
HSL color Cylindrical-coordinate representation of color #CD1D4D: hue angle of 343.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D4D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 77 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.20 |
| HSL | 343.64º | 0.75% | 0.46% | - |
| HSV(B) | 343.64º | 0.86% | 0.8% | - |
| XYZ | 26.96 | 14.39 | 8.38 | - |
| YUV | 87.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 77 | 0 | 0.86 | 0.62 | 0.20 | 343.64 | 0.75 | 0.46 |
| Hex | CD | 1D | 4D | 0 | 56 | 3E | 14 | 158 | 4B | 2E |
| Octal | 315 | 35 | 115 | 0 | 126 | 76 | 24 | 530 | 113 | 56 |
| Binary | 11001101 | 11101 | 1001101 | 0 | 1010110 | 111110 | 10100 | 101011000 | 1001011 | 101110 |
Color Harmonies of #CD1D4D
Complementary color
Monochromatic Colors of #CD1D4D
Black with #CD1D4D
Text Example
Text Example
White with #CD1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1D4D; }
p { color: rgb(205,29,77); }
H1.HeaderClassName
{
color: #CD1D4D;
}
.AnyTagClassName
{
color: #CD1D4D;
}
</style>
background-color css
<style>
a { background-color: #CD1D4D; }
a { background-color: rgb(205,29,77); }
div.DivClassName
{
background-color: #CD1D4D;
}
.BgClassName
{
background-color: #CD1D4D;
}
</style>
border-color css
<style>
span { border-color: #CD1D4D; }
span { border-color: rgb(205,29,77); }
td.TdClassName
{
border-color: #CD1D4D;
}
.TagClassName
{
border-color: #CD1D4D;
}
</style>