Shades of Ruby #CF0269
Tints of Ruby #CF0269
RGB
CMYK
RGB Variations
Color information
#CF0269 (or 0xCF0269) is known color: Ruby. HEX triplet: CF, 02 and 69. RGB value is (207,2,105). Sum of RGB (Red+Green+Blue) = 207+2+105=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0269 is #30FD96. Grayscale: #4A4A4A. Windows color (decimal): -3210647 or 6881999. OLE color: 6881999.
HSL color Cylindrical-coordinate representation of color #CF0269: hue angle of 329.85º 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 #CF0269 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.19 |
| HSL | 329.85º | 0.98% | 0.41% | - |
| HSV(B) | 329.85º | 0.99% | 0.81% | - |
| XYZ | 28.3 | 14.33 | 14.64 | - |
| YUV | 75.04 | 144.92 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 105 | 0 | 0.99 | 0.49 | 0.19 | 329.85 | 0.98 | 0.41 |
| Hex | CF | 2 | 69 | 0 | 63 | 31 | 13 | 14A | 62 | 29 |
| Octal | 317 | 2 | 151 | 0 | 143 | 61 | 23 | 512 | 142 | 51 |
| Binary | 11001111 | 10 | 1101001 | 0 | 1100011 | 110001 | 10011 | 101001010 | 1100010 | 101001 |
Color Harmonies of #CF0269
Complementary color
Monochromatic Colors of #CF0269
Black with #CF0269
Text Example
Text Example
White with #CF0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0269; }
p { color: rgb(207,2,105); }
H1.HeaderClassName
{
color: #CF0269;
}
.AnyTagClassName
{
color: #CF0269;
}
</style>
background-color css
<style>
a { background-color: #CF0269; }
a { background-color: rgb(207,2,105); }
div.DivClassName
{
background-color: #CF0269;
}
.BgClassName
{
background-color: #CF0269;
}
</style>
border-color css
<style>
span { border-color: #CF0269; }
span { border-color: rgb(207,2,105); }
td.TdClassName
{
border-color: #CF0269;
}
.TagClassName
{
border-color: #CF0269;
}
</style>