Shades of Ruby #CF1367
Tints of Ruby #CF1367
RGB
CMYK
RGB Variations
Color information
#CF1367 (or 0xCF1367) is known color: Ruby. HEX triplet: CF, 13 and 67. RGB value is (207,19,103). Sum of RGB (Red+Green+Blue) = 207+19+103=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1367 is #30EC98. Grayscale: #545454. Windows color (decimal): -3206297 or 6755279. OLE color: 6755279.
HSL color Cylindrical-coordinate representation of color #CF1367: hue angle of 333.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1367 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 103 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.19 |
| HSL | 333.19º | 0.83% | 0.44% | - |
| HSV(B) | 333.19º | 0.91% | 0.81% | - |
| XYZ | 28.41 | 14.71 | 14.17 | - |
| YUV | 84.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 103 | 0 | 0.91 | 0.50 | 0.19 | 333.19 | 0.83 | 0.44 |
| Hex | CF | 13 | 67 | 0 | 5B | 32 | 13 | 14D | 53 | 2C |
| Octal | 317 | 23 | 147 | 0 | 133 | 62 | 23 | 515 | 123 | 54 |
| Binary | 11001111 | 10011 | 1100111 | 0 | 1011011 | 110010 | 10011 | 101001101 | 1010011 | 101100 |
Color Harmonies of #CF1367
Complementary color
Monochromatic Colors of #CF1367
Black with #CF1367
Text Example
Text Example
White with #CF1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1367; }
p { color: rgb(207,19,103); }
H1.HeaderClassName
{
color: #CF1367;
}
.AnyTagClassName
{
color: #CF1367;
}
</style>
background-color css
<style>
a { background-color: #CF1367; }
a { background-color: rgb(207,19,103); }
div.DivClassName
{
background-color: #CF1367;
}
.BgClassName
{
background-color: #CF1367;
}
</style>
border-color css
<style>
span { border-color: #CF1367; }
span { border-color: rgb(207,19,103); }
td.TdClassName
{
border-color: #CF1367;
}
.TagClassName
{
border-color: #CF1367;
}
</style>