Shades of Old Rose #C21E5F
Tints of Old Rose #C21E5F
RGB
CMYK
RGB Variations
Color information
#C21E5F (or 0xC21E5F) is known color: Old Rose. HEX triplet: C2, 1E and 5F. RGB value is (194,30,95). Sum of RGB (Red+Green+Blue) = 194+30+95=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E5F is #3DE1A0. Grayscale: #565656. Windows color (decimal): -4055457 or 6233794. OLE color: 6233794.
HSL color Cylindrical-coordinate representation of color #C21E5F: hue angle of 336.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E5F is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 95 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.24 |
| HSL | 336.22º | 0.73% | 0.44% | - |
| HSV(B) | 336.22º | 0.85% | 0.76% | - |
| XYZ | 24.78 | 13.22 | 12.07 | - |
| YUV | 86.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 95 | 0 | 0.85 | 0.51 | 0.24 | 336.22 | 0.73 | 0.44 |
| Hex | C2 | 1E | 5F | 0 | 55 | 33 | 18 | 150 | 49 | 2C |
| Octal | 302 | 36 | 137 | 0 | 125 | 63 | 30 | 520 | 111 | 54 |
| Binary | 11000010 | 11110 | 1011111 | 0 | 1010101 | 110011 | 11000 | 101010000 | 1001001 | 101100 |
Color Harmonies of #C21E5F
Complementary color
Monochromatic Colors of #C21E5F
Black with #C21E5F
Text Example
Text Example
White with #C21E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E5F; }
p { color: rgb(194,30,95); }
H1.HeaderClassName
{
color: #C21E5F;
}
.AnyTagClassName
{
color: #C21E5F;
}
</style>
background-color css
<style>
a { background-color: #C21E5F; }
a { background-color: rgb(194,30,95); }
div.DivClassName
{
background-color: #C21E5F;
}
.BgClassName
{
background-color: #C21E5F;
}
</style>
border-color css
<style>
span { border-color: #C21E5F; }
span { border-color: rgb(194,30,95); }
td.TdClassName
{
border-color: #C21E5F;
}
.TagClassName
{
border-color: #C21E5F;
}
</style>