Shades of Old Rose #CF1F4F
Tints of Old Rose #CF1F4F
RGB
CMYK
RGB Variations
Color information
#CF1F4F (or 0xCF1F4F) is known color: Old Rose. HEX triplet: CF, 1F and 4F. RGB value is (207,31,79). Sum of RGB (Red+Green+Blue) = 207+31+79=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F4F is #30E0B0. Grayscale: #595959. Windows color (decimal): -3203249 or 5185487. OLE color: 5185487.
HSL color Cylindrical-coordinate representation of color #CF1F4F: hue angle of 343.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F4F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 79 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.19 |
| HSL | 343.64º | 0.74% | 0.47% | - |
| HSV(B) | 343.64º | 0.85% | 0.81% | - |
| XYZ | 27.63 | 14.81 | 8.8 | - |
| YUV | 89.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 79 | 0 | 0.85 | 0.62 | 0.19 | 343.64 | 0.74 | 0.47 |
| Hex | CF | 1F | 4F | 0 | 55 | 3E | 13 | 158 | 4A | 2F |
| Octal | 317 | 37 | 117 | 0 | 125 | 76 | 23 | 530 | 112 | 57 |
| Binary | 11001111 | 11111 | 1001111 | 0 | 1010101 | 111110 | 10011 | 101011000 | 1001010 | 101111 |
Color Harmonies of #CF1F4F
Complementary color
Monochromatic Colors of #CF1F4F
Black with #CF1F4F
Text Example
Text Example
White with #CF1F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F4F; }
p { color: rgb(207,31,79); }
H1.HeaderClassName
{
color: #CF1F4F;
}
.AnyTagClassName
{
color: #CF1F4F;
}
</style>
background-color css
<style>
a { background-color: #CF1F4F; }
a { background-color: rgb(207,31,79); }
div.DivClassName
{
background-color: #CF1F4F;
}
.BgClassName
{
background-color: #CF1F4F;
}
</style>
border-color css
<style>
span { border-color: #CF1F4F; }
span { border-color: rgb(207,31,79); }
td.TdClassName
{
border-color: #CF1F4F;
}
.TagClassName
{
border-color: #CF1F4F;
}
</style>