Shades of Old Rose #C21E4A
Tints of Old Rose #C21E4A
RGB
CMYK
RGB Variations
Color information
#C21E4A (or 0xC21E4A) is known color: Old Rose. HEX triplet: C2, 1E and 4A. RGB value is (194,30,74). Sum of RGB (Red+Green+Blue) = 194+30+74=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E4A is #3DE1B5. Grayscale: #545454. Windows color (decimal): -4055478 or 4857538. OLE color: 4857538.
HSL color Cylindrical-coordinate representation of color #C21E4A: hue angle of 343.9º 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 #C21E4A is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 74 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.24 |
| HSL | 343.9º | 0.73% | 0.44% | - |
| HSV(B) | 343.9º | 0.85% | 0.76% | - |
| XYZ | 23.95 | 12.89 | 7.7 | - |
| YUV | 84.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 74 | 0 | 0.85 | 0.62 | 0.24 | 343.9 | 0.73 | 0.44 |
| Hex | C2 | 1E | 4A | 0 | 55 | 3E | 18 | 158 | 49 | 2C |
| Octal | 302 | 36 | 112 | 0 | 125 | 76 | 30 | 530 | 111 | 54 |
| Binary | 11000010 | 11110 | 1001010 | 0 | 1010101 | 111110 | 11000 | 101011000 | 1001001 | 101100 |
Color Harmonies of #C21E4A
Complementary color
Monochromatic Colors of #C21E4A
Black with #C21E4A
Text Example
Text Example
White with #C21E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E4A; }
p { color: rgb(194,30,74); }
H1.HeaderClassName
{
color: #C21E4A;
}
.AnyTagClassName
{
color: #C21E4A;
}
</style>
background-color css
<style>
a { background-color: #C21E4A; }
a { background-color: rgb(194,30,74); }
div.DivClassName
{
background-color: #C21E4A;
}
.BgClassName
{
background-color: #C21E4A;
}
</style>
border-color css
<style>
span { border-color: #C21E4A; }
span { border-color: rgb(194,30,74); }
td.TdClassName
{
border-color: #C21E4A;
}
.TagClassName
{
border-color: #C21E4A;
}
</style>