Shades of Old Rose #C31E4D
Tints of Old Rose #C31E4D
RGB
CMYK
RGB Variations
Color information
#C31E4D (or 0xC31E4D) is known color: Old Rose. HEX triplet: C3, 1E and 4D. RGB value is (195,30,77). Sum of RGB (Red+Green+Blue) = 195+30+77=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E4D is #3CE1B2. Grayscale: #545454. Windows color (decimal): -3989939 or 5054147. OLE color: 5054147.
HSL color Cylindrical-coordinate representation of color #C31E4D: hue angle of 342.91º 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 #C31E4D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 77 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.24 |
| HSL | 342.91º | 0.73% | 0.44% | - |
| HSV(B) | 342.91º | 0.85% | 0.76% | - |
| XYZ | 24.31 | 13.07 | 8.26 | - |
| YUV | 84.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 77 | 0 | 0.85 | 0.61 | 0.24 | 342.91 | 0.73 | 0.44 |
| Hex | C3 | 1E | 4D | 0 | 55 | 3D | 18 | 157 | 49 | 2C |
| Octal | 303 | 36 | 115 | 0 | 125 | 75 | 30 | 527 | 111 | 54 |
| Binary | 11000011 | 11110 | 1001101 | 0 | 1010101 | 111101 | 11000 | 101010111 | 1001001 | 101100 |
Color Harmonies of #C31E4D
Complementary color
Monochromatic Colors of #C31E4D
Black with #C31E4D
Text Example
Text Example
White with #C31E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E4D; }
p { color: rgb(195,30,77); }
H1.HeaderClassName
{
color: #C31E4D;
}
.AnyTagClassName
{
color: #C31E4D;
}
</style>
background-color css
<style>
a { background-color: #C31E4D; }
a { background-color: rgb(195,30,77); }
div.DivClassName
{
background-color: #C31E4D;
}
.BgClassName
{
background-color: #C31E4D;
}
</style>
border-color css
<style>
span { border-color: #C31E4D; }
span { border-color: rgb(195,30,77); }
td.TdClassName
{
border-color: #C31E4D;
}
.TagClassName
{
border-color: #C31E4D;
}
</style>