Shades of Old Rose #C31C4E
Tints of Old Rose #C31C4E
RGB
CMYK
RGB Variations
Color information
#C31C4E (or 0xC31C4E) is known color: Old Rose. HEX triplet: C3, 1C and 4E. RGB value is (195,28,78). Sum of RGB (Red+Green+Blue) = 195+28+78=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C4E is #3CE3B1. Grayscale: #535353. Windows color (decimal): -3990450 or 5119171. OLE color: 5119171.
HSL color Cylindrical-coordinate representation of color #C31C4E: hue angle of 342.04º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C4E is Cyan = 0, Magento = 0.86, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 78 | - |
| CMYK | 0 | 0.86 | 0.6 | 0.24 |
| HSL | 342.04º | 0.75% | 0.44% | - |
| HSV(B) | 342.04º | 0.86% | 0.76% | - |
| XYZ | 24.3 | 12.98 | 8.43 | - |
| YUV | 83.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 78 | 0 | 0.86 | 0.6 | 0.24 | 342.04 | 0.75 | 0.44 |
| Hex | C3 | 1C | 4E | 0 | 56 | 3C | 18 | 156 | 4B | 2C |
| Octal | 303 | 34 | 116 | 0 | 126 | 74 | 30 | 526 | 113 | 54 |
| Binary | 11000011 | 11100 | 1001110 | 0 | 1010110 | 111100 | 11000 | 101010110 | 1001011 | 101100 |
Color Harmonies of #C31C4E
Complementary color
Monochromatic Colors of #C31C4E
Black with #C31C4E
Text Example
Text Example
White with #C31C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C4E; }
p { color: rgb(195,28,78); }
H1.HeaderClassName
{
color: #C31C4E;
}
.AnyTagClassName
{
color: #C31C4E;
}
</style>
background-color css
<style>
a { background-color: #C31C4E; }
a { background-color: rgb(195,28,78); }
div.DivClassName
{
background-color: #C31C4E;
}
.BgClassName
{
background-color: #C31C4E;
}
</style>
border-color css
<style>
span { border-color: #C31C4E; }
span { border-color: rgb(195,28,78); }
td.TdClassName
{
border-color: #C31C4E;
}
.TagClassName
{
border-color: #C31C4E;
}
</style>