Shades of Old Rose #C13E4F
Tints of Old Rose #C13E4F
RGB
CMYK
RGB Variations
Color information
#C13E4F (or 0xC13E4F) is known color: Old Rose. HEX triplet: C1, 3E and 4F. RGB value is (193,62,79). Sum of RGB (Red+Green+Blue) = 193+62+79=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E4F is #3EC1B0. Grayscale: #676767. Windows color (decimal): -4112817 or 5193409. OLE color: 5193409.
HSL color Cylindrical-coordinate representation of color #C13E4F: hue angle of 352.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13E4F is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 79 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.24 |
| HSL | 352.21º | 0.51% | 0.5% | - |
| HSV(B) | 352.21º | 0.68% | 0.76% | - |
| XYZ | 25.13 | 15.35 | 9.04 | - |
| YUV | 103.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 79 | 0 | 0.68 | 0.59 | 0.24 | 352.21 | 0.51 | 0.5 |
| Hex | C1 | 3E | 4F | 0 | 44 | 3B | 18 | 160 | 33 | 32 |
| Octal | 301 | 76 | 117 | 0 | 104 | 73 | 30 | 540 | 63 | 62 |
| Binary | 11000001 | 111110 | 1001111 | 0 | 1000100 | 111011 | 11000 | 101100000 | 110011 | 110010 |
Color Harmonies of #C13E4F
Complementary color
Monochromatic Colors of #C13E4F
Black with #C13E4F
Text Example
Text Example
White with #C13E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E4F; }
p { color: rgb(193,62,79); }
H1.HeaderClassName
{
color: #C13E4F;
}
.AnyTagClassName
{
color: #C13E4F;
}
</style>
background-color css
<style>
a { background-color: #C13E4F; }
a { background-color: rgb(193,62,79); }
div.DivClassName
{
background-color: #C13E4F;
}
.BgClassName
{
background-color: #C13E4F;
}
</style>
border-color css
<style>
span { border-color: #C13E4F; }
span { border-color: rgb(193,62,79); }
td.TdClassName
{
border-color: #C13E4F;
}
.TagClassName
{
border-color: #C13E4F;
}
</style>