Shades of Old Rose #C31E4B
Tints of Old Rose #C31E4B
RGB
CMYK
RGB Variations
Color information
#C31E4B (or 0xC31E4B) is known color: Old Rose. HEX triplet: C3, 1E and 4B. RGB value is (195,30,75). Sum of RGB (Red+Green+Blue) = 195+30+75=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E4B is #3CE1B4. Grayscale: #545454. Windows color (decimal): -3989941 or 4923075. OLE color: 4923075.
HSL color Cylindrical-coordinate representation of color #C31E4B: hue angle of 343.64º 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 #C31E4B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 75 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.24 |
| HSL | 343.64º | 0.73% | 0.44% | - |
| HSV(B) | 343.64º | 0.85% | 0.76% | - |
| XYZ | 24.24 | 13.04 | 7.9 | - |
| YUV | 84.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 75 | 0 | 0.85 | 0.62 | 0.24 | 343.64 | 0.73 | 0.44 |
| Hex | C3 | 1E | 4B | 0 | 55 | 3E | 18 | 158 | 49 | 2C |
| Octal | 303 | 36 | 113 | 0 | 125 | 76 | 30 | 530 | 111 | 54 |
| Binary | 11000011 | 11110 | 1001011 | 0 | 1010101 | 111110 | 11000 | 101011000 | 1001001 | 101100 |
Color Harmonies of #C31E4B
Complementary color
Monochromatic Colors of #C31E4B
Black with #C31E4B
Text Example
Text Example
White with #C31E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E4B; }
p { color: rgb(195,30,75); }
H1.HeaderClassName
{
color: #C31E4B;
}
.AnyTagClassName
{
color: #C31E4B;
}
</style>
background-color css
<style>
a { background-color: #C31E4B; }
a { background-color: rgb(195,30,75); }
div.DivClassName
{
background-color: #C31E4B;
}
.BgClassName
{
background-color: #C31E4B;
}
</style>
border-color css
<style>
span { border-color: #C31E4B; }
span { border-color: rgb(195,30,75); }
td.TdClassName
{
border-color: #C31E4B;
}
.TagClassName
{
border-color: #C31E4B;
}
</style>