Shades of Old Rose #CD224D
Tints of Old Rose #CD224D
RGB
CMYK
RGB Variations
Color information
#CD224D (or 0xCD224D) is known color: Old Rose. HEX triplet: CD, 22 and 4D. RGB value is (205,34,77). Sum of RGB (Red+Green+Blue) = 205+34+77=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD224D is #32DDB2. Grayscale: #5A5A5A. Windows color (decimal): -3333555 or 5055181. OLE color: 5055181.
HSL color Cylindrical-coordinate representation of color #CD224D: hue angle of 344.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD224D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 77 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.20 |
| HSL | 344.91º | 0.72% | 0.47% | - |
| HSV(B) | 344.91º | 0.83% | 0.8% | - |
| XYZ | 27.09 | 14.66 | 8.42 | - |
| YUV | 90.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 77 | 0 | 0.83 | 0.62 | 0.20 | 344.91 | 0.72 | 0.47 |
| Hex | CD | 22 | 4D | 0 | 53 | 3E | 14 | 159 | 48 | 2F |
| Octal | 315 | 42 | 115 | 0 | 123 | 76 | 24 | 531 | 110 | 57 |
| Binary | 11001101 | 100010 | 1001101 | 0 | 1010011 | 111110 | 10100 | 101011001 | 1001000 | 101111 |
Color Harmonies of #CD224D
Complementary color
Monochromatic Colors of #CD224D
Black with #CD224D
Text Example
Text Example
White with #CD224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD224D; }
p { color: rgb(205,34,77); }
H1.HeaderClassName
{
color: #CD224D;
}
.AnyTagClassName
{
color: #CD224D;
}
</style>
background-color css
<style>
a { background-color: #CD224D; }
a { background-color: rgb(205,34,77); }
div.DivClassName
{
background-color: #CD224D;
}
.BgClassName
{
background-color: #CD224D;
}
</style>
border-color css
<style>
span { border-color: #CD224D; }
span { border-color: rgb(205,34,77); }
td.TdClassName
{
border-color: #CD224D;
}
.TagClassName
{
border-color: #CD224D;
}
</style>