Shades of Ruby #CF0263
Tints of Ruby #CF0263
RGB
CMYK
RGB Variations
Color information
#CF0263 (or 0xCF0263) is known color: Ruby. HEX triplet: CF, 02 and 63. RGB value is (207,2,99). Sum of RGB (Red+Green+Blue) = 207+2+99=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0263 is #30FD9C. Grayscale: #4A4A4A. Windows color (decimal): -3210653 or 6488783. OLE color: 6488783.
HSL color Cylindrical-coordinate representation of color #CF0263: hue angle of 331.61º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0263 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.19 |
| HSL | 331.61º | 0.98% | 0.41% | - |
| HSV(B) | 331.61º | 0.99% | 0.81% | - |
| XYZ | 28.01 | 14.21 | 13.07 | - |
| YUV | 74.35 | 141.92 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 99 | 0 | 0.99 | 0.52 | 0.19 | 331.61 | 0.98 | 0.41 |
| Hex | CF | 2 | 63 | 0 | 63 | 34 | 13 | 14C | 62 | 29 |
| Octal | 317 | 2 | 143 | 0 | 143 | 64 | 23 | 514 | 142 | 51 |
| Binary | 11001111 | 10 | 1100011 | 0 | 1100011 | 110100 | 10011 | 101001100 | 1100010 | 101001 |
Color Harmonies of #CF0263
Complementary color
Monochromatic Colors of #CF0263
Black with #CF0263
Text Example
Text Example
White with #CF0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0263; }
p { color: rgb(207,2,99); }
H1.HeaderClassName
{
color: #CF0263;
}
.AnyTagClassName
{
color: #CF0263;
}
</style>
background-color css
<style>
a { background-color: #CF0263; }
a { background-color: rgb(207,2,99); }
div.DivClassName
{
background-color: #CF0263;
}
.BgClassName
{
background-color: #CF0263;
}
</style>
border-color css
<style>
span { border-color: #CF0263; }
span { border-color: rgb(207,2,99); }
td.TdClassName
{
border-color: #CF0263;
}
.TagClassName
{
border-color: #CF0263;
}
</style>