Shades of Old Rose #C31E5F
Tints of Old Rose #C31E5F
RGB
CMYK
RGB Variations
Color information
#C31E5F (or 0xC31E5F) is known color: Old Rose. HEX triplet: C3, 1E and 5F. RGB value is (195,30,95). Sum of RGB (Red+Green+Blue) = 195+30+95=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E5F is #3CE1A0. Grayscale: #565656. Windows color (decimal): -3989921 or 6233795. OLE color: 6233795.
HSL color Cylindrical-coordinate representation of color #C31E5F: hue angle of 336.36º 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 #C31E5F is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 95 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.24 |
| HSL | 336.36º | 0.73% | 0.44% | - |
| HSV(B) | 336.36º | 0.85% | 0.76% | - |
| XYZ | 25.04 | 13.36 | 12.09 | - |
| YUV | 86.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 95 | 0 | 0.85 | 0.51 | 0.24 | 336.36 | 0.73 | 0.44 |
| Hex | C3 | 1E | 5F | 0 | 55 | 33 | 18 | 150 | 49 | 2C |
| Octal | 303 | 36 | 137 | 0 | 125 | 63 | 30 | 520 | 111 | 54 |
| Binary | 11000011 | 11110 | 1011111 | 0 | 1010101 | 110011 | 11000 | 101010000 | 1001001 | 101100 |
Color Harmonies of #C31E5F
Complementary color
Monochromatic Colors of #C31E5F
Black with #C31E5F
Text Example
Text Example
White with #C31E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E5F; }
p { color: rgb(195,30,95); }
H1.HeaderClassName
{
color: #C31E5F;
}
.AnyTagClassName
{
color: #C31E5F;
}
</style>
background-color css
<style>
a { background-color: #C31E5F; }
a { background-color: rgb(195,30,95); }
div.DivClassName
{
background-color: #C31E5F;
}
.BgClassName
{
background-color: #C31E5F;
}
</style>
border-color css
<style>
span { border-color: #C31E5F; }
span { border-color: rgb(195,30,95); }
td.TdClassName
{
border-color: #C31E5F;
}
.TagClassName
{
border-color: #C31E5F;
}
</style>